@feexpay/react-sdk
Version:
SDK React officiel pour intégrer les paiements FeexPay dans vos applications React
14 lines (13 loc) • 438 B
TypeScript
export declare const BENIN_PREFIXES: {
CORIS: string[];
MTN: string[];
MOOV: string[];
CELTIIS: string[];
};
export declare const COTE_D_IVOIRE_PREFIXES: {
MOOV: string[];
MTN: 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>>>;