AddAccountRequest

data class AddAccountRequest(val currencyCode: String)

Data class representing a request to add a new account.

Constructors

Link copied to clipboard
constructor(currencyCode: String)

Properties

Link copied to clipboard

The currency code for the new account in ISO 4217 format.