UNPKG

securepay

Version:

https://www.securepay.com.au/

13 lines (12 loc) 353 B
import { PaymentChanel } from "../../enums/payment-chanel.enum"; export interface AlipayTransactionInitial { merchantCode ?: string, ip : string, amount : number, orderId : string, orderDescription : string, paymentChannel : PaymentChanel, redirectUrls : { successUrl: string } }