MerchantDetails class

Constructors

MerchantDetails({required String firstKey, required String secondKey, required String merchantId, required String storeId, required String returnUrl, required String merchantHash, required String merchantPass, required String merchantUserName})

Properties

firstKey String
final
hashCode int
The hash code for this object.
no setterinherited
merchantHash String
final
merchantId String
final
merchantPass String
final
merchantUserName String
final
returnUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondKey String
final
storeId String
final

Methods

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