Address object
Matthew James Finkel avatar
Written by Matthew James Finkel
Updated over a week ago

The address object contains information about an address. The address object can be accessed in Company, Opportunity, Invoice and Customer objects: 

{{ company.address_detail.city }}
{{ opportunity.delivery_address_detail.city }}
{{ invoice.delivery_address_detail.city }}
{{ customer.address_detail.city }}

Objects

Did this answer your question?