API Docs / Schemas / BillingAccountResponse

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.

billingContactNamestring

The display name of the billing contact.

The display name of the billing contact.

billingContactEmailstring

The email address of the billing contact.

The email address of the billing contact.

billingDayinteger

The day of the month (1-28) when invoices are generated.

The day of the month (1-28) when invoices are generated.

statusenum

Defines the status of a billing account.

MandateRequired Active Suspended Closed

Defines the status of a billing account.

MandateRequired Active Suspended Closed

mandateMandateSummaryResponse
additionalInvoiceRecipientsarray of InvoiceRecipient

Additional recipients who receive invoices.
The billing contact's email is always included automatically.

Additional recipients who receive invoices.
The billing contact's email is always included automatically.

billingAddressBillingAddress
linkedTenantsarray of CodeAndNameDto

The tenants linked to this billing account.

The tenants linked to this billing account.

createdDatestring

The date and time when the billing account was created.

The date and time when the billing account was created.

updatedDatestring

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"
}

Used By Operations