OnPayOrder class

Constructors

OnPayOrder({required String recipient, required String userEmail, required String payFor, required double amount, String? reference, String payMode = "fix", String ticker = "RUR", String interfaceTicker = "CRW", String? note, Map<String, String> additionalParams = const {}})

Properties

additionalParams Map<String, String>
latefinal
amount double
latefinal
hashCode int
The hash code for this object.
no setterinherited
interfaceTicker String
latefinal
note String?
latefinal
payFor String
latefinal
payMode String
latefinal
recipient String
latefinal
reference String?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticker String
latefinal
urlFailEnc String
final
urlSuccessEnc String
final
userEmail String
latefinal

Methods

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

Operators

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