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

8 lines (5 loc) 153 B
import type { PaymentType } from '../../payment_type'; export interface PaymentRequestSource { type: PaymentType; toJson(): Record<string, any>; }