UNPKG

newebpay-mpg-sdk

Version:

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

7 lines (6 loc) 173 B
import { TradeInfoResult } from "./TradeInfoResult"; export type TradeInfo = { Status: "SUCCESS" | string; Message: string; Result: TradeInfoResult | string; };