UNPKG

@openpesa/pesa-js

Version:

MPesa SDK for Nodejs

9 lines (8 loc) 207 B
export interface IPesaOptions { market?: 'TZN' | string; currency?: 'TZS' | string; api_key: string; public_key?: string; sessionId?: string | null; client_options?: Array<string>; }