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

11 lines 287 B
export declare enum PaymentStatus { initiated = "initiated", paid = "paid", failed = "failed", authorized = "authorized", captured = "captured", refunded = "refunded", voided = "voided", verified = "verified" } //# sourceMappingURL=payment_status.d.ts.map