UNPKG

react-native-moyasar-sdk

Version:

Official React Native Moyasar SDK - Integrate Credit Cards, Apple Pay, Samsung Pay, and STC Pay with simple interfaces for a seamless payment experience in your React Native app

7 lines (6 loc) 105 B
export interface CreditCardFields { name: string; number: string; expiry: string; cvc: string; }