- property string $usage_type Identifies the tier usage type that is associated with the billing plan.
- property float $current_usage The number of active contacts (default) used within the current tier.
- property int $tier 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:
- property float $tier_min The minimum number of active contacts for the tier level.
- property float $tier_max The maximum number of active contacts for the tier level.
- property float $price The billing price set for the tier used to bill the client account each month.
- property string $currency_code The currency (ISO currency code) used to price the tier for a client account.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['usage_type' => 'string', 'current_usage' => 'float', 'tier' => 'int', 'tier_min' => 'float', 'tier_max' => 'float', 'price' => 'float', 'currency_code' => 'string'] |
Properties |
protected static array $fields = ['usage_type' => 'string', 'current_usage' => 'float', 'tier' => 'int', 'tier_min' => 'float', 'tier_max' => 'float', 'price' => 'float', 'currency_code' => 'string'] |