BillingAddressCondition
BillingAddressCondition
A condition to be used against BillingAddress
object types. All fields are
tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
billingCustomerId | String | Checks for equality with the object’s `billingCustomerId` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
firstName | String | Checks for equality with the object’s `firstName` field. | |
lastName | String | Checks for equality with the object’s `lastName` field. | |
String | Checks for equality with the object’s `email` field. | ||
company | String | Checks for equality with the object’s `company` field. | |
phone | String | Checks for equality with the object’s `phone` field. | |
line1 | String | Checks for equality with the object’s `line1` field. | |
line2 | String | Checks for equality with the object’s `line2` field. | |
line3 | String | Checks for equality with the object’s `line3` field. | |
city | String | Checks for equality with the object’s `city` field. | |
stateCode | StateCode | Checks for equality with the object’s `stateCode` field. | |
state | String | Checks for equality with the object’s `state` field. | |
country | CountryCode | Checks for equality with the object’s `country` field. | |
zip | String | Checks for equality with the object’s `zip` field. | |
validationStatus | String | Checks for equality with the object’s `validationStatus` field. |