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. | |
name | String | Checks for equality with the object’s `name` field. | |
price | Int | Checks for equality with the object’s `price` field. | |
currencyCode | CurrencyCode | Checks for equality with the object’s `currencyCode` field. | |
metaData | JSON | Checks for equality with the object’s `metaData` field. |