Org
Inbox
Inbox is used to store data about a connection with a service that is responsible for potentially receiving copies of GOBL envelopes or other document formats defined locally.
Schema ID
https://gobl.org/draft-0/org/inbox
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
UUID | uuid | string | Universally Unique Identifier. | |
Label | label | string | Label for the inbox. | |
Key | key | cbc.Key | Type of inbox being defined. | |
Role | role | cbc.Key | Role assigned to this inbox that may be relevant for the consumer. | |
Code | code | cbc.Code | Code or ID that identifies the Inbox. Mutually exclusive with URL and Email. | |
URL | url | string | URL of the inbox that includes the protocol, server, and path. May be used instead of the Code to identify the inbox. Mutually exclusive with Code and Email. | |
email | string | Email address for the inbox. Mutually exclusive with Code and URL. | ||
Extensions | ext | tax.Extensions | Extension code map for any additional regime or addon specific codes that may be required. |