UNPKG

zips-react-native-sdk-test

Version:

Lightweight ZIPS Payment Gateway SDK for React Native - Complete payment solution with card payments, wallet payments (AfrMoney & ZApp), netbanking, and native UI design

9 lines (8 loc) 168 B
export interface Wallet { id: string; name: string; logo: string; description: string; isActive: boolean; } export declare const wallets: Wallet[];