One tier of a consumption schedule: a lower and upper consumption bound plus the price that applies inside that band. Subscription usage invoicing walks the tiers in ascending lower-bound order, consuming the usage quantity band by band, charging the tier price once when the tier's pricing method is 'Flat Fee' and price times quantity otherwise, and falling back to the subscription's unit price for any quantity left over past the last tier. The pricing-method field has no seeded picklist, so the exact string 'Flat Fee' has to be typed for flat-fee behaviour.
Fields
| Field | Label | Type | Required | What it does |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created On | DateAndTime | Yes | |
Description | Description | Text | | |
Id | Id | Guid | Yes | |
ItemConsumptionScheduleId | Item Consumption Schedule | Lookup → ItemConsumptionSchedule | | |
LowerBound | Lower Bound | Number | | Start of the consumption band, and the ascending key the tiers are walked in when usage is priced; the first tier normally starts at zero. |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
Price | Price | Decimal | | The tier's charge: added once for the whole tier when the pricing method is flat fee, otherwise multiplied by the quantity that falls inside the band. It is stored to seven decimal places for fine-grained metered rates. |
PricingMethod | Pricing Method | PickList | | Only the exact string 'Flat Fee' makes the tier charge its price once for the band; every other value - including empty - charges price times quantity. |
RecordTypeId | Record Type | Guid, hidden | | |
SubscriptionKey | Subscription Key | Guid, hidden | Yes | |
UpdatedDateTime | Updated On | DateAndTime | Yes | |
UpperBound | Upper Bound | Number | | Inclusive end of the consumption band - the band's width is upper minus lower plus one. Leaving it empty makes the tier absorb all remaining usage. |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |