Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1012 Bytes

File metadata and controls

18 lines (14 loc) · 1012 Bytes

InvoiceAddress

Properties

Name Type Description Notes
invoice_address_type str Indicates whether the address is defined as origin (FROM) or destination (TO) [optional]
address_line1 str First line of a physical address [optional]
address_line2 str Second line of a physical address [optional]
address_line3 str Third line of a physical address [optional]
address_line4 str Fourth line of a physical address [optional]
city str City of a physical address [optional]
region str Region or state of a physical address [optional]
postal_code str Postal code of a physical address [optional]
country str Country of a physical address [optional]

[Back to Model list] [Back to API list] [Back to README]