OrderReportTransaction class

Constructors

OrderReportTransaction({Price? disbursementAmount, String? disbursementCreationDate, String? disbursementDate, String? disbursementId, String? merchantId, String? merchantOrderId, String? orderId, ProductAmount? productAmount, String? transactionDate})
OrderReportTransaction.fromJson(Map json_)

Properties

disbursementAmount Price?
The disbursement amount.
getter/setter pair
disbursementCreationDate String?
The date the disbursement was created, in ISO 8601 format.
getter/setter pair
disbursementDate String?
The date the disbursement was initiated, in ISO 8601 format.
getter/setter pair
disbursementId String?
The ID of the disbursement.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
The ID of the managing account.
getter/setter pair
merchantOrderId String?
Merchant-provided ID of the order.
getter/setter pair
orderId String?
The ID of the order.
getter/setter pair
productAmount ProductAmount?
Total amount for the items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionDate String?
The date of the transaction, in ISO 8601 format.
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.
inherited

Operators

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