UNPKG

afrimomo-sdk

Version:

A unified SDK for African payment providers

10 lines 467 B
import type { HttpClient } from "../../../utils/httpClient"; import { type ServiceResult } from "../../../utils/serviceWrapper"; import PawaPayTypes from "../types"; export declare class PawapayPayments { private readonly network; private readonly baseEndpoint; constructor(network: HttpClient); initiatePayment(paymentData: PawaPayTypes.PaymentData): Promise<ServiceResult<PawaPayTypes.InitiatePaymentResponse>>; } //# sourceMappingURL=index.d.ts.map