ImePay class

Constructors

ImePay({required String merchantCode, required String merchantName, required String module, required String userName, required String password, required String refId, required String recordingServiceUrl, required String deliveryServiceUrl, required double amount, ImePayEnvironment environment = ImePayEnvironment.TEST})

Properties

amount double
final
deliveryServiceUrl String
final
environment ImePayEnvironment
final
hashCode int
The hash code for this object.
no setterinherited
merchantCode String
final
merchantName String
final
module String
final
password String
final
recordingServiceUrl String
final
refId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userName String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startPayment({dynamic onSuccess(ImePaySuccessResponse)?, dynamic onFailure(String?)?}) → void
toString() String
A string representation of this object.
inherited

Operators

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