Name | Type | Description | Notes |
---|---|---|---|
fromValue | Integer | Specifies the lower value of a tier for a `graduated` charge model. It must be either 0 or the previous range's `to_value + 1` to maintain the proper sequence of values. | |
toValue | Integer | Specifies the highest value of a tier for a `graduated` charge model. - This value must be higher than the from_value of the same tier. - This value must be null for the last tier. | |
flatAmount | String | The flat amount for a whole tier, excluding tax, for a `graduated` charge model. It is expressed as a decimal value. | |
perUnitAmount | String | The unit price, excluding tax, for a specific tier of a `graduated` charge model. It is expressed as a decimal value. |
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.