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

8 lines (7 loc) 210 B
export interface PaymentMethod { id: 'bank-selection' | 'card-input' | 'wallet-selection'; title: string; subtitle: string; icon: string; } export declare const paymentMethods: PaymentMethod[];