AdjeminPayService class abstract

Implementers

Constructors

AdjeminPayService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

doTransactionOperation({String? clientId, String? clientSecret, String? merchantTransactionId, String? designation, String? currencyCode, String? buyerName, String? buyerReference, String? notificationUrl, String? paymentMethodReference, int? amount, String? otp}) Future<TransactionStatus>
getAccessToken(String clientId, String clientSecret) Future<AccessTokenResult>
getApplication(String clientId, String clientSecret) Future<Application>
getPaymentStatus(String clientId, String clientSecret, String transactionReference) Future<TransactionStatus>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited