flutter_openmoney
library
Classes
-
FlutterOpenmoney
-
-
PaymentFailureResponse
-
Payment failure response model
Hold failure code, message details
-
PaymentOptions
-
Payment input options class
accessKey - Open money payment gateway subscriptions accessKey.
You must provide a correct key based on payment mode
paymentToken - Server generated token to intialize payment
paymentMode - Mode of payment sandbox or live. Default to sandbox
-
PaymentOptionsValidResult
-
Payment input options validation error message class
-
PaymentResponse
-
-
PaymentSuccessResponse
-
Payment success response model
Hold paymentId, paymentTokenId
Enums
-
PaymentMode
-
Payment mode enum
sandbox - Testing mode
live - Live payment mode