50、發生於查詢出入金時觸發 WithdrawInquire ( )

函式

Withdraw (
    string queryflag, 
    string date,
    string time,
    string txcode,
    string amount,
    string cancelflag,
    string currency,
    string bankID,
    string bankNo,
    string str,
    string DAW_APPLY_SEQNO
)

回傳

queryflag:詢問動作

date:申請日期

time:申請時間

txcode:存/提

amount:金額

cancelflag:註銷標記

currency:幣別(17-台幣,18-美金)

bankID:銀行代碼

bankNo:銀行帳號

str:是否為最後一筆

DAW_APPLY_SEQNO:序號

說明

當有查詢出入金時,會觸發 WithdrawInquire

Last updated