BillingAddonCondition
BillingAddonCondition
A condition to be used against BillingAddon
object types. All fields are
tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | String | Checks for equality with the object’s `id` field. | |
raw | JSON | Checks for equality with the object’s `raw` field. | |
name | String | Checks for equality with the object’s `name` field. | |
chargeType | String | Checks for equality with the object’s `chargeType` field. | |
price | Int | Checks for equality with the object’s `price` field. | |
period | Int | Checks for equality with the object’s `period` field. | |
periodUnit | String | Checks for equality with the object’s `periodUnit` field. | |
status | String | Checks for equality with the object’s `status` field. | |
currencyCode | CurrencyCode | Checks for equality with the object’s `currencyCode` field. | |
metaData | JSON | Checks for equality with the object’s `metaData` field. |