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

6 lines (4 loc) 120 B
import type { PaymentType } from '../../payment_type'; export interface PaymentResponseSource { type: PaymentType; }