Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 670 Bytes

invoice-seller.md

File metadata and controls

35 lines (26 loc) · 670 Bytes

Invoice Seller

Information about the seller (merchant) listed on the masthead of the invoice.

Structure

InvoiceSeller

Fields

Name Type Tags Description
Name *string Optional -
Address *models.InvoiceAddress Optional -
Phone *string Optional -
LogoUrl models.Optional[string] Optional -

Example (as JSON)

{
  "name": "name0",
  "address": {
    "street": "street6",
    "line2": "line20",
    "city": "city6",
    "state": "state2",
    "zip": "zip0"
  },
  "phone": "phone0",
  "logo_url": "logo_url0"
}