UNPKG

collect-africa-js

Version:
19 lines (18 loc) 419 B
export interface CollectCheckoutParam { email: string; firstName: string; lastName?: string; reference: string; amount: number; currency?: string; logo: string; itemImage?: string; publicKey: string; paymentLinkCode?: string; invoiceCode?: string; planCode?: string; onClose?: Function; onSuccess?: Function; onError?: Function; beforeClose?: Function; }