PaymentInitiationResponse class

storeName : "Test Merchant" storeLogo : null orderId : "AU1212129093e4" billAmount : 261.0 currency : "IQD" token : "36934da3-cd1e-446e-b4f2-09dd3ec0a407" qrToken : "0002010102120213964171638458952044829530336854032615802IQ5913Test Merchant6005Erbil61054400162300114AU1212129093e40808PURCHASE6304EA61"

Constructors

PaymentInitiationResponse.new({String? storeName, String? orderId, double? billAmount, String? currency, String? token, String? qrToken})
PaymentInitiationResponse.fromJson(dynamic json)

Properties

billAmount double?
no setter
currency String?
no setter
hashCode int
The hash code for this object.
no setterinherited
orderId String?
no setter
qrToken String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
no setter
storeName String?
no setter
token String?
no setter

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.
inherited

Operators

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