BillingAccountResponse
Response model representing a billing account.
Properties
| Name | Type | Description |
|---|---|---|
| code* | string | The unique code identifier for the billing account. |
The unique code identifier for the billing account. | ||
| name* | string | The display name of the billing account. |
The display name of the billing account. | ||
| billingContactUserCode* | string | The code of the user responsible for billing. |
The code of the user responsible for billing. | ||
| billingContactName | string | The display name of the billing contact. |
The display name of the billing contact. | ||
| billingContactEmail | string | The email address of the billing contact. |
The email address of the billing contact. | ||
| billingDay | integer | The day of the month (1-28) when invoices are generated. |
The day of the month (1-28) when invoices are generated. | ||
| status | enum | Defines the status of a billing account. |
Defines the status of a billing account. | ||
| mandate | MandateSummaryResponse | |
| additionalInvoiceRecipients | array of InvoiceRecipient | Additional recipients who receive invoices. |
Additional recipients who receive invoices. | ||
| billingAddress | BillingAddress | |
| linkedTenants | array of CodeAndNameDto | The tenants linked to this billing account. |
The tenants linked to this billing account. | ||
| createdDate | string | The date and time when the billing account was created. |
The date and time when the billing account was created. | ||
| updatedDate | string | The date and time when the billing account was last updated. |
The date and time when the billing account was last updated. | ||
JSON Example
{
"code": "string",
"name": "string",
"billingContactUserCode": "string",
"billingContactName": "string",
"billingContactEmail": "string"
}