Name | Type | Description | Notes |
---|---|---|---|
lower_threshold | int | { "description" : "The lower threshold of the tier.", "verbs":["POST","PUT","GET"] } | [optional] |
upper_threshold | int | { "default" : "∞", "description" : "The upper threshold of the tier. If this is left null the tier will be infinite", "verbs":["POST","PUT","GET"] } | [optional] |
created | datetime | { "description" : "The UTC DateTime when the object was created.", "verbs":[] } | [optional] |
changed_by | str | { "description" : "ID of the user who last updated the entity.", "verbs":[] } | [optional] |
id | str | { "description" : "", "verbs":["GET"] } | [optional] |
crm_id | str | { "description" : "", "verbs":["POST","PUT","GET"] } | [optional] |
pricing_component_version_id | str | { "description" : "Version ID of the associated pricing-component", "verbs":["POST","PUT","GET"] } | |
pricing_component_id | str | { "description" : "ID of the pricing-component associated with the pricing-component-tier.", "verbs":["POST","PUT","GET"] } | [optional] |
product_rate_plan_id | str | { "description" : "ID of the product-rate-plan associated with the pricing-component-tier.", "verbs":["POST","PUT","GET"] } | [optional] |
organization_id | str | { "description" : "Organization associated with the pricing-component-tier.", "verbs":[] } | [optional] |
pricing_type | str | { "description" : "Pricing calculation used to price items in this pricing tier. Unit pricing means every distinct value is used in the calculation. Fixed means that the total price of the tier is fixed regardless of the purchased amount.", "verbs":["POST","PUT","GET"] } | |
price | float | { "description" : "Cost associated with tier. When the pricingType is fixed this is the total value. When pricingType is unit, this is the cost of each unit. ", "verbs":["POST","PUT","GET"] } |
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.