Organization object
This object represents an organization.
Schema
{
"organization": {
"name": "Name1",
"created_at": "2022-05-02T13:04:09Z",
"webhook_url": "https://test-example.example",
"vat_rate": 15.0,
"country": "CZ",
"address_line1": "address1",
"address_line2": null,
"state": "state1",
"zipcode": "10000",
"email": "org@email.com",
"city": "city125",
"legal_name": null,
"legal_number": null,
"invoice_footer": "footer custom"
}
}
Attributes | Description |
---|---|
name String Not null | Organization name. |
created_at String Not null ISO 8601 datetime in UTC | Date of organization creation. |
webhook_url String | Webhook URL. |
vat_rate Float | VAT rate used in fees. |
country String | Valid country alpha-2 code. |
address_line1 String | Address first line. |
address_line2 String | Address second line. |
state String | Organization state. |
zipcode String | Organization zipcode. |
email String | Business email. |
city String | Organization city. |
legal_name String | Organization legal name. |
legal_number String | Organization legal number. |
invoice_footer String | Custom footer used in invoices. |