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

10 lines (9 loc) 311 B
"use strict"; export let PaymentType = /*#__PURE__*/function (PaymentType) { PaymentType["creditCard"] = "creditcard"; PaymentType["applePay"] = "applepay"; PaymentType["stcPay"] = "stcpay"; PaymentType["samsungPay"] = "samsungpay"; return PaymentType; }({}); //# sourceMappingURL=payment_type.js.map