UNPKG

afrimomo-sdk

Version:

A unified SDK for African payment providers

14 lines 614 B
import type { PawaPayTypes } from "../types"; import type { HttpClient } from "../../../utils/httpClient"; import { type ServiceResult } from "../../../utils/serviceWrapper"; export declare class PawapayRefunds { private readonly networkHandler; private readonly baseEndpoint; constructor(networkHandler: HttpClient); createRefundRequest(refundData: { refundId: string; depositId: string; }): Promise<ServiceResult<PawaPayTypes.RefundResponse>>; getRefundStatus(refundId: string): Promise<ServiceResult<PawaPayTypes.RefundTransaction>>; } //# sourceMappingURL=index.d.ts.map