Name | Type | Description | Notes |
---|---|---|---|
accountHolderId | kotlin.String | The unique identifier of the account holder associated with the balance account. | |
id | kotlin.String | The unique identifier of the balance account. | |
balances | kotlin.collections.List<Balance> | List of balances with the amount and currency. | [optional] |
defaultCurrencyCode | kotlin.String | The default three-character ISO currency code of the balance account. The default value is EUR. > After a balance account is created, you cannot change its default currency. | [optional] |
description | kotlin.String | A human-readable description of the balance account, maximum 300 characters. You can use this parameter to distinguish between multiple balance accounts under an account holder. | [optional] |
metadata | kotlin.collections.Map<kotlin.String, kotlin.String> | A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs. | [optional] |
migratedAccountCode | kotlin.String | The unique identifier of the account of the migrated account holder in the classic integration. | [optional] |
paymentInstruments | kotlin.collections.List<PaymentInstrumentReference> | List of payment instruments associated with the balance account. | [optional] |
platformPaymentConfiguration | PlatformPaymentConfiguration | [optional] | |
reference | kotlin.String | Your reference for the balance account, maximum 150 characters. | [optional] |
status | inline | The status of the balance account, set to Active by default. | [optional] |
timeZone | kotlin.String | The time zone of the balance account. For example, Europe/Amsterdam. Defaults to the time zone of the account holder if no time zone is set. For possible values, see the list of time zone codes. | [optional] |
Name | Value |
---|---|
status | Active, Closed, Inactive, Suspended |