OrderReportDisbursement class
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.
getter/setter pair
- disbursementCreationDate ↔ String?
-
The disbursement date, 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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