Type alias BankListResponse

BankListResponse: {
    code: string;
    name: string;
}[]

The list of banks available for transfer transactions

Type declaration

  • code: string

    Type Param

    Is bank code

  • name: string

    Type Param

    Is the bank name

Generated using TypeDoc