Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
22 lines (18 loc) · 982 Bytes

InvoiceShippingAddress.md

File metadata and controls

executable file
·
22 lines (18 loc) · 982 Bytes

InvoiceShippingAddress

Properties

Name Type Description Notes
company str Company name [optional]
vat str Company vat number [optional]
attention str Attention [optional]
address str Address line 1 [optional]
address2 str Address line 2 [optional]
city str City [optional]
country str Country in ISO 3166-1 alpha-2 [optional]
email str Email [optional]
phone str Phone number [optional]
first_name str First name [optional]
last_name str Last name [optional]
postal_code str Postal code [optional]
state_or_province str State or province [optional]

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