UNPKG

newebpay-mpg-sdk

Version:

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

12 lines (11 loc) 220 B
export type CancelCreditCardParams = { Amt: number; MerchantOrderNo: string; IndexType: 1; TradeNo?: string; } | { Amt: number; MerchantOrderNo?: string; IndexType: 2; TradeNo: string; };