3.5 Billing Account Type
Dataset:
Cost and Usage
Column Type:
Dimension
Feature Level:
Conditional
Data Type:
String
Since:
1.2
Billing Account Type is a provider-assigned name to identify the type of billing account. Billing Account Type is a readable display name and not a code. Billing Account Type is commonly used for scenarios like mapping FOCUS and provider constructs, summarizing costs across providers, or invoicing and chargeback.
The BillingAccountType column adheres to the following requirements:
- BillingAccountType MUST be present in a FOCUS dataset when the provider supports more than one possible BillingAccountType value.
- BillingAccountType MUST be of type String.
- BillingAccountType MUST conform to StringHandling requirements.
- BillingAccountType nullability is defined as follows:
- BillingAccountType MUST be null when BillingAccountId is null.
- BillingAccountType MUST NOT be null when BillingAccountId is not null.
- BillingAccountType MUST be a consistent, readable display value.
3.5.3 Description
A provider-assigned name to identify the type of billing account.
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Conditional |
| Allows Nulls | No |
| Data Type | String |
| Value Format | \<not specified> |