OrderReportTransaction class Null safety
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.
read / write
- disbursementCreationDate ↔ String?
-
The date the disbursement was created, in ISO 8601 format.
read / write
- disbursementDate ↔ String?
-
The date the disbursement was initiated, in ISO 8601 format.
read / write
- disbursementId ↔ String?
-
The ID of the disbursement.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- merchantId ↔ String?
-
The ID of the managing account.
read / write
- merchantOrderId ↔ String?
-
Merchant-provided ID of the order.
read / write
- orderId ↔ String?
-
The ID of the order.
read / write
- productAmount ↔ ProductAmount?
-
Total amount for the items.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- transactionDate ↔ String?
-
The date of the transaction, in ISO 8601 format.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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