Name | Type | Description | Notes |
---|---|---|---|
ActivationCharge | decimal? | What to charge when activating an Item | [optional] |
As | string | Count Item as if it was another Item | [optional] |
Cascade | bool? | Whether to count quantities among all sub-accounts or just the account | [optional] [default to false] |
Discounts | ServicePlanItemDiscounts | [optional] | |
FlatRate | decimal? | Takes precedence over rates and rate, charges only the provided amount | [optional] |
FlatRates | Object | Takes precedence over flat_rate, rates and rate, charges only the provided amount | [optional] |
MarkupType | string | How rate for this usage is calculated | [optional] |
Maximum | int? | The maximum quantity of items to bill for | [optional] |
Minimum | int? | The minimum quantity of items to bill for | [optional] |
Name | string | Friendly name for this Item | [optional] |
Prorate | ServicePlanItemProrate | [optional] | |
Rate | decimal? | Used if no flat_rates, flat_rate or rates apply, resulting charges is billable quantity multipled with rate | [optional] |
Rates | Object | Takes precedence over rate, resulting charges is billable quantity multipled with tiered rate | [optional] |
Step | int? | Step size for quantity | [optional] |
Taxes | List<ServicePlanItemTaxes> | [optional] |