interfaceBankAccount
export interface BankAccount {
id: string;
currency: string;
name: string;
details: string;
minDeposit: number;
minDepositBreachMessage: string;
area: BankAccountArea;
isDeleted: boolean;
}/bank-deposit/bank-accountsarea
string
Promise<BankAccount[]>
export interface BankAccount {
id: string;
currency: string;
name: string;
details: string;
minDeposit: number;
minDepositBreachMessage: string;
area: BankAccountArea;
isDeleted: boolean;
}GET /bank-deposit/bank-accounts
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.