sendBankCard
Gửi số tài khoản ngân hàng
api.sendBankCard(payload, threadId[, type])
Parameters
Return
Types
export type SendBankCardPayload = {
binBank: BinBankCard;
numAccBank: string;
nameAccBank?: string;
};
export type SendBankCardResponse = "";Examples
Related
Last updated