UNPKG

newebpay-mpg-sdk

Version:

藍新金流 幕前支付(MPG) SDK

16 lines (15 loc) 296 B
export type RefundCreditCardParams = { Amt: number; MerchantOrderNo: string; IndexType: 1; TradeNo?: string; CloseType: 1 | 2; Cancel?: 1; } | { Amt: number; MerchantOrderNo?: string; IndexType: 2; TradeNo: string; CloseType: 1 | 2; Cancel?: 1; };