Studio Service

BillingAddressCondition

BillingAddressCondition

A condition to be used against BillingAddress object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
billingCustomerIdStringChecks for equality with the object’s `billingCustomerId` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
firstNameStringChecks for equality with the object’s `firstName` field.
lastNameStringChecks for equality with the object’s `lastName` field.
emailStringChecks for equality with the object’s `email` field.
companyStringChecks for equality with the object’s `company` field.
phoneStringChecks for equality with the object’s `phone` field.
line1StringChecks for equality with the object’s `line1` field.
line2StringChecks for equality with the object’s `line2` field.
line3StringChecks for equality with the object’s `line3` field.
cityStringChecks for equality with the object’s `city` field.
stateCodeStateCodeChecks for equality with the object’s `stateCode` field.
stateStringChecks for equality with the object’s `state` field.
countryCountryCodeChecks for equality with the object’s `country` field.
zipStringChecks for equality with the object’s `zip` field.
validationStatusStringChecks for equality with the object’s `validationStatus` field.