BillingAddressFilter
BillingAddressFilter
A filter to be used against BillingAddress object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| billingCustomerId | StringFilter | Filter by the object’s `billingCustomerId` field. | |
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| raw | JSONFilter | Filter by the object’s `raw` field. | |
| firstName | StringFilter | Filter by the object’s `firstName` field. | |
| lastName | StringFilter | Filter by the object’s `lastName` field. | |
| StringFilter | Filter by the object’s `email` field. | ||
| company | StringFilter | Filter by the object’s `company` field. | |
| phone | StringFilter | Filter by the object’s `phone` field. | |
| line1 | StringFilter | Filter by the object’s `line1` field. | |
| line2 | StringFilter | Filter by the object’s `line2` field. | |
| line3 | StringFilter | Filter by the object’s `line3` field. | |
| city | StringFilter | Filter by the object’s `city` field. | |
| stateCode | StringFilter | Filter by the object’s `stateCode` field. | |
| state | StringFilter | Filter by the object’s `state` field. | |
| country | CountryCodeFilter | Filter by the object’s `country` field. | |
| zip | StringFilter | Filter by the object’s `zip` field. | |
| validationStatus | StringFilter | Filter by the object’s `validationStatus` field. | |
| and | [BillingAddressFilter!] | Checks for all expressions in this list. | |
| or | [BillingAddressFilter!] | Checks for any expressions in this list. | |
| not | BillingAddressFilter | Negates the expression. | |