@abdias1998/feexpay_lite
Version:
SDK React officiel pour intégrer les paiements FeexPay dans vos applications React
10 lines (9 loc) • 349 B
TypeScript
export declare const BENIN_PREFIXES: {
CORIS: string[];
MTN: string[];
MOOV: string[];
CELTIIS: string[];
};
import { Country, Network } from '../types';
export declare const NETWORK_FEES: Record<Country, Partial<Record<Network, number>>>;
export declare const NETWORK_API_MAPPING: Record<Country, Partial<Record<Network, string>>>;