Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.86 KB

BalanceAccountUpdateRequest.md

File metadata and controls

23 lines (16 loc) · 1.86 KB

BalanceAccountUpdateRequest

Properties

Name Type Description Notes
accountHolderId kotlin.String The unique identifier of the account holder associated with the balance account. [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]
platformPaymentConfiguration PlatformPaymentConfiguration [optional]
reference kotlin.String Your reference to the balance account, maximum 150 characters. [optional]
status inline The status of the balance account. Payment instruments linked to the balance account can only be used if the balance account status is active. Possible values: active, inactive, closed, suspended. [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]

Enum: status

Name Value
status active, closed, inactive, suspended