QueryData class

Constructors

QueryData({required int merchantId, required String prepayId, required String? transactionId, required String merchantTradeNo, required String status, required String currency, required String orderAmount, required String? openUserId, required String? passThroughInfo, required int? transactTime, required int createTime, required PaymentInfo? paymentInfo})
QueryData.fromJson(Map<String, dynamic> json)
factory

Properties

createTime int
Timestamp when the order was created
getter/setter pair
currency String
Order currency
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantId int
The unique identifier assigned to the merchant's account by Binance. This ID is issued by Binance when the merchant's account is created.
getter/setter pair
merchantTradeNo String
The order id for the request.
getter/setter pair
openUserId String?
Consumer unique id
getter/setter pair
orderAmount String
Order amount
getter/setter pair
passThroughInfo String?
pass through info, from the create order api
getter/setter pair
paymentInfo PaymentInfo?
payment related info
getter/setter pair
prepayId String
This ID is generated by Binance and is used to identify a payment transaction. It should be unique for each transaction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Current status of the order
getter/setter pair
transactionId String?
A unique identifier for the payment transaction that is issued by the payment system upon successful completion of the payment.
getter/setter pair
transactTime int?
Timestamp when transaction happened
getter/setter pair

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