UNPKG

newebpay-mpg-sdk

Version:

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

13 lines (12 loc) 326 B
export type QueryTokenStatusResponseResult = { MerchantID: string; MerchantOrderNo: string; TokenValue?: string; TokenLife?: string; TokenStatus?: 0 | 1 | 2 | 9; }; export type QueryTokenStatusResponse = { Status: "SUCCESS" | string; Message: string; Result: QueryTokenStatusResponseResult; };