OrderReportDisbursement class Null safety
Order disbursement.
All methods require the payment analyst role.
Constructors
- OrderReportDisbursement({Price? disbursementAmount, String? disbursementCreationDate, String? disbursementDate, String? disbursementId, String? merchantId})
- OrderReportDisbursement.fromJson(Map json_)
Properties
- disbursementAmount ↔ Price?
-
The disbursement amount.
read / write
- disbursementCreationDate ↔ String?
-
The disbursement date, 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
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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