Address object
| KEY | TYPE | Description |
|---|---|---|
| addressLine1 | str | The first line of the address |
| addressLine2 | str | The second line of the address |
| city | str | The city |
| stateOrProvince | str | The state or province |
| postalCode | str | The postal code |
| country | str | The country |
| additionalInfo | str | Additional information for invoice |
| includeReverseCharge | bool | Whether the organization needs the reverse charge mechanism applied to invoices. |