UNPKG

modem-pay

Version:

A TypeScript SDK for integrating with the Modem Pay payment gateway, enabling seamless payment processing and financial services in your applications.

6 lines (5 loc) 190 B
import { Mandate } from "../types"; import BaseResource from "./base"; export default class MandatesResource extends BaseResource { retrieve(payment_method: string): Promise<Mandate>; }