UNPKG

securepay

Version:

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

21 lines (20 loc) 504 B
export declare class CardPaymentClient { private securePayUI; private sandbox; private clientId; private merchantCode; private containerId; private callback?; securePayUiLoaded: boolean; constructor(options: { sandbox: boolean; clientId: string; merchantCode: string; containerId: string; callback?: (event: 'onTokeniseSuccess' | 'onLoadComplete', response?: any) => void; }); /** * Initial */ init(): void; }