Skip to main content

BillingInformation

namestring
addressstring
citystring
statestring
postalCodestring
countrystring
contact objectnullable

Key contact for an organization. When included, all contact fields are present as strings (may be empty). The parent contact property is null when no contact is on file.

namestring
Example: Contact Name
emailstring
mobileNumberstring
Example: 1234567890
telephoneNumberstring
Example: 1234567890
BillingInformation
{
"name": "string",
"address": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string",
"contact": {
"name": "Contact Name",
"email": "[email protected]",
"mobileNumber": "1234567890",
"telephoneNumber": "1234567890"
}
}