UNPKG

@spot-flow/checkout-inline-js

Version:

This project is an inline library that enables users to make payments seamlessly. It integrates smoothly into your application, providing a streamlined checkout experience.

19 lines (18 loc) 320 B
export declare const currencyNameMap: { NGN: string; USD: string; GHS: string; GBP: string; ZAF: string; USDT: string; KSH: string; }; export declare enum CurrencyEnum { NGN = "NGN", GHS = "GHS", USD = "USD", GBP = "GBP", ZAF = "ZAF", USDT = "USDT", KSH = "KSH" }