Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.72 KB

Supplier.md

File metadata and controls

32 lines (29 loc) · 1.72 KB

# Supplier

Properties

Name Type Description Notes
id int Supplier id [optional]
code string Supplier code [optional]
name string Supplier name [optional]
type \FattureInCloud\Model\SupplierType [optional]
first_name string Supplier first name [optional]
last_name string Supplier last name [optional]
contact_person string Supplier contact person [optional]
vat_number string Supplier vat number [optional]
tax_code string Supplier tax code [optional]
address_street string Supplier street address [optional]
address_postal_code string Supplier postal code [optional]
address_city string Supplier city [optional]
address_province string Supplier province [optional]
address_extra string Supplier address extra info [optional]
country string Supplier country [optional]
country_iso string Supplier country iso code [optional]
email string Supplier email [optional]
certified_email string Supplier certified email [optional]
phone string Supplier phone [optional]
fax string Supplier fax [optional]
notes string Supplier extra notes [optional]
bank_iban string Supplier bank IBAN [optional]
created_at string Supplier creation date [optional]
updated_at string Supplier last update date [optional]

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