| name | data type | description |
|---|---|---|
| customerAccount | string | |
| billingCycle | string | |
| country | string | |
| language | string | |
| paymentMethod | PaymentMethodEnum | |
| nextInvoiceDate | number | |
| subscriptionDate | number | |
| terminationDate | number | |
| paymentTerms | PaymentTermEnum | |
| electronicBilling | boolean | |
| status | AccountStatusEnum | |
| statusDate | number | |
| terminationReason | string | |
| string | ||
| bankCoordinates | BankCoordinatesDto | |
| invoices | array of InvoiceDto | |
| invoicingThreshold | number | |
| discountPlan | string | |
| userAccounts | UserAccountsDto | Use for GET / LIST only. |
Properties inherited from AccountDto |
||
| externalRef1 | string | |
| externalRef2 | string | |
| name | NameDto | |
| address | AddressDto | |
| businessAccountModel | BusinessEntityDto | |
| customFields | CustomFieldsDto | |
Properties inherited from BusinessDto |
||
| code | string | |
| description | string | |
| updatedCode | string | |