OrderReportDisbursement class
Order disbursement. All methods require the payment analyst role. (== resource_for v2.orderreports ==) (== resource_for v2.1.orderreports ==)
Constructors
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-only, inherited
- merchantId ↔ String
-
The ID of the managing account.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited