Appearance
invoice_contact
ACCESS
Directly accessible in:
Booking Invoice Booking QuoteExample
json
{
"id": 1,
"name": "Nike Inc.",
"invoice_name": "Nike Global Marketing",
"billing_address1": "1 Bowerman Drive",
"billing_address2": null,
"billing_address3": "Beaverton",
"billing_province": "OR",
"billing_postcode": "97005",
"billing_country": "United States",
"user": {
"name": "John Smith"
}
}Properties
id
integername
stringinvoice_name
stringOverride display name for invoices. Use in place of name when present.
billing_address1
stringbilling_address2
stringbilling_address3
stringbilling_province
stringbilling_postcode
stringbilling_country
stringuser
objectThe contact person at this invoice contact. Only present if a user is assigned.
name
string