Represents an account creation request.

interface AddAccountRequest {
    currencyCode: string;
}

Hierarchy (view full)

Properties

Properties

currencyCode: string

Currency alphabetic code as specified by ISO 4217.

Example

"EUR"