Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.57 KB

File metadata and controls

15 lines (12 loc) · 1.57 KB

# TierObject

Properties

Name Type Description Notes
usage_type string Identifies the tier usage type that is associated with the billing plan. [optional] [readonly] [default to 'CONTACTS']
current_usage float The number of active contacts (default) used within the current tier. [optional] [readonly]
tier int The billing tier level that is associated with a client account. By default, the system determines the tier level to use based on the number of active contacts currently in the client account at the time of billing. Billing tiers may differ. The following shows an example billing tier: <ul> <li>level <code>1</code> = 0 - 500 contacts</li> <li>level <code>2</code> = 501 - 1000 contacts</li> <li>level <code>3</code> = 1001 - ...</li> </ul> [optional] [readonly]
tier_min float The minimum number of active contacts for the tier level. [optional] [readonly]
tier_max float The maximum number of active contacts for the tier level. [optional] [readonly]
price float The billing price set for the tier used to bill the client account each month. [optional] [readonly]
currency_code string The currency (ISO currency code) used to price the tier for a client account. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]