interfaceUserAccount
export interface UserAccount {
id: number;
currency: string;
name: string;
type: UserType;
}/bank-deposit/user-accountsarea
string
Promise<UserAccount[]>
export interface UserAccount {
id: number;
currency: string;
name: string;
type: UserType;
}GET /bank-deposit/user-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.