3.1.22 Commitment Discount Category
Dataset:
Cost and Usage
Column Type:
Dimension
Feature Level:
Conditional
Data Type:
String
Since:
1.0-preview
Commitment Discount Category indicates whether the commitment discount identified in the CommitmentDiscountId column is based on usage quantity or cost (aka "spend"). The CommitmentDiscountCategory column is only applicable to commitment discounts and not negotiated discounts.
3.1.22.1 Requirements
CommitmentDiscountCategory MUST adhere to the following requirements:
- CommitmentDiscountCategory MUST be of type String.
- CommitmentDiscountCategory MUST adhere to the following nullability requirements:
- CommitmentDiscountCategory MUST be null when CommitmentDiscountId is null.
- CommitmentDiscountCategory MUST NOT be null when CommitmentDiscountId is not null.
- CommitmentDiscountCategory MUST be one of the allowed values.
3.1.22.2 Allowed Values
| Value | Description |
|---|---|
| Spend | Commitment discounts that require a predetermined amount of spend. |
| Usage | Commitment discounts that require a predetermined amount of usage. |
3.1.22.5 Description
Indicates whether the commitment discount identified in the CommitmentDiscountId column is based on usage quantity or cost (aka "spend").
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Conditional |
| Allows Nulls | Yes |
| Data Type | String |
| Value Format | Allowed values |