UNPKG

newebpay-mpg-sdk

Version:

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

11 lines (10 loc) 258 B
export type AlterPeriodicPaymentAmountParams = { MerOrderNo: string; PeriodNo: string; AlterAmt?: number; PeriodType?: 'D' | 'W' | 'M' | 'Y'; PeriodPoint?: string; PeriodTimes?: number; Extday?: string; NotifyURL?: string; };