자금이체 이체신청 상세 및 이체 등록

This commit is contained in:
focp212@naver.com
2025-09-23 14:08:57 +09:00
parent c38911aa1b
commit 9c84991e93
7 changed files with 283 additions and 13 deletions

View File

@@ -16,12 +16,12 @@ export enum FundAccountReceiveAccountNameNo {
export interface ExtensionFundAccountTransferRequestParams {
mid: string;
transferAmount: number;
receiveBankCode: string;
receiveAccountNo: string;
receiveAccountName: string;
transferMemo: string;
mid?: string;
transferAmount?: number;
receiveBankCode?: string;
receiveAccountNo?: string;
receiveAccountName?: string;
transferMemo?: string;
};
export interface ExtensionFundAccountTransferRequestResponse {
tid: string;