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) 132 B
export enum PaymentType { creditCard = 'creditcard', applePay = 'applepay', stcPay = 'stcpay', samsungPay = 'samsungpay', }