UNPKG

afrimomo-sdk

Version:

A unified SDK for African payment providers

10 lines 529 B
import type { NetworkManager } from "@afrimomo-sdk/utils/network"; import type { PaymentData, InitiatePaymentResponse } from "@afrimomo-sdk/services/pawapay/types/payment"; import type { NetworkResponse } from "@afrimomo-sdk/types"; export declare class PawapayPayments { private readonly networkHandler; private readonly baseEndpoint; constructor(networkHandler: NetworkManager); initiatePayment(paymentData: PaymentData): Promise<InitiatePaymentResponse | NetworkResponse>; } //# sourceMappingURL=index.d.ts.map