RechargeResult class

Annotations

Constructors

RechargeResult()
RechargeResult.fromJson(Map<String, dynamic> json)
factory

Properties

acquirer String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merNo String?
getter/setter pair
orderAmount String?
getter/setter pair
orderCurrency String?
getter/setter pair
orderNo String?
getter/setter pair
orderResult String?
getter/setter pair
orderSucceed int?
getter/setter pair
redirectURL String?
getter/setter pair
remark String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInfo String?
getter/setter pair
terNo String?
getter/setter pair
tradeNo String?
getter/setter pair

Methods

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

Operators

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