Org
Party
Org
Party
Party represents a person or business entity.
Schema ID
https://gobl.org/draft-0/org/party
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
UUID | uuid | uuid.UUID | Unique identity code | |
Tax Identity | tax_id | tax.Identity | The entity’s legal ID code used for tax purposes. They may have other numbers, but we’re only interested in those valid for tax purposes. | |
Identities | identities | array of org.Identity | Set of codes used to identify the party in other systems. | |
Name | name | string | true | Legal name or representation of the organization. |
Alias | alias | string | Alternate short name. | |
People | people | array of org.Person | Details of physical people who represent the party. | |
Inboxes | inboxes | array of org.Inbox | Digital inboxes used for forwarding electronic versions of documents | |
Postal Addresses | addresses | array of org.Address | Regular post addresses for where information should be sent if needed. | |
Email Addresses | emails | array of org.Email | Electronic mail addresses | |
Websites | websites | array of org.Website | Public websites that provide further information about the party. | |
Telephone Numbers | telephones | array of org.Telephone | Regular telephone numbers | |
Registration | registration | org.Registration | Additional registration details about the company that may need to be included in a document. | |
Logos | logos | array of org.Image | Images that can be used to identify the party visually. | |
Meta | meta | cbc.Meta | Any additional semi-structured information that does not fit into the rest of the party. |