Information about the seller (merchant) listed on the masthead of the invoice.
InvoiceSeller
Name | Type | Tags | Description |
---|---|---|---|
Name |
*string |
Optional | - |
Address |
*models.InvoiceAddress |
Optional | - |
Phone |
*string |
Optional | - |
LogoUrl |
models.Optional[string] |
Optional | - |
{
"name": "name0",
"address": {
"street": "street6",
"line2": "line20",
"city": "city6",
"state": "state2",
"zip": "zip0"
},
"phone": "phone0",
"logo_url": "logo_url0"
}