Studio Service

BillingAddressFilter

BillingAddressFilter

A filter to be used against BillingAddress object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
billingCustomerIdStringFilterFilter by the object’s `billingCustomerId` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
firstNameStringFilterFilter by the object’s `firstName` field.
lastNameStringFilterFilter by the object’s `lastName` field.
emailStringFilterFilter by the object’s `email` field.
companyStringFilterFilter by the object’s `company` field.
phoneStringFilterFilter by the object’s `phone` field.
line1StringFilterFilter by the object’s `line1` field.
line2StringFilterFilter by the object’s `line2` field.
line3StringFilterFilter by the object’s `line3` field.
cityStringFilterFilter by the object’s `city` field.
stateCodeStateCodeFilterFilter by the object’s `stateCode` field.
stateStringFilterFilter by the object’s `state` field.
countryCountryCodeFilterFilter by the object’s `country` field.
zipStringFilterFilter by the object’s `zip` field.
validationStatusStringFilterFilter by the object’s `validationStatus` field.
and[BillingAddressFilter!]Checks for all expressions in this list.
or[BillingAddressFilter!]Checks for any expressions in this list.
notBillingAddressFilterNegates the expression.