UNPKG

securepay

Version:

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

13 lines (12 loc) 272 B
export interface PaypalInitialResponse { createdAt: string; merchantCode: string; customerCode: string; ip: string; amount: number; paymentUrl: string; paymentId: string; orderId: string; paymentType: 'sale'; noShipping: boolean; }