AdjeminPayServiceImpl class

Implemented types

Constructors

AdjeminPayServiceImpl()

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>
override
getAccessToken(String clientId, String clientSecret) Future<AccessTokenResult>
override
getApplication(String clientId, String clientSecret) Future<Application>
override
getPaymentStatus(String clientId, String clientSecret, String transactionReference) Future<TransactionStatus>
override
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

Static Properties

API_URL String
final
BASE_URL String
final
VERSION String
final