3.18 Commitment Discount ID
Dataset:
Cost and Usage
Column Type:
Dimension
Feature Level:
Conditional
Data Type:
String
Since:
1.0-preview
A Commitment Discount ID is the identifier assigned to a commitment discount by the provider. Commitment Discount ID is commonly used for scenarios like chargeback for commitments and savings per commitment discount. The CommitmentDiscountId column is only applicable to commitment discounts and not negotiated discounts.
The CommitmentDiscountId column adheres to the following requirements:
- CommitmentDiscountId MUST be present in a FOCUS dataset when the provider supports commitment discounts.
- CommitmentDiscountId MUST be of type String.
- CommitmentDiscountId MUST conform to StringHandling requirements.
- CommitmentDiscountId nullability is defined as follows:
- CommitmentDiscountId MUST be null when a charge is not related to a commitment discount.
- CommitmentDiscountId MUST NOT be null when a charge is related to a commitment discount.
- When CommitmentDiscountId is not null, CommitmentDiscountId adheres to the following additional requirements:
- CommitmentDiscountId MUST be a unique identifier within the provider.
- CommitmentDiscountId SHOULD be a fully-qualified identifier.
3.18.3 Description
The identifier assigned to a commitment discount by the provider.
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Conditional |
| Allows Nulls | Yes |
| Data Type | String |
| Value Format | \<not specified> |