Merchant class

Constructors

Merchant({required String accountBank, required String accountNumber, required String businessName, required String businessMobile, required String country, String? businessContact, String? businessEmail, String? merchantId, SplitType splitType = SplitType.percentage, List<Map<String, dynamic>>? meta, String? secretKey, double splitValue = 0.0})

Properties

accountBank String
getter/setter pair
accountNumber String
getter/setter pair
businessContact String?
getter/setter pair
businessEmail String?
getter/setter pair
businessMobile String
getter/setter pair
businessName String
getter/setter pair
country String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
getter/setter pair
meta List<Map<String, dynamic>>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String?
getter/setter pair
splitType SplitType
getter/setter pair
splitValue double
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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