SettlementReport class Null safety
Settlement reports detail order-level and item-level credits and debits between you and Google.
Constructors
Properties
- endDate ↔ String?
-
The end date on which all transactions are included in the report, in ISO
8601 format.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- previousBalance ↔ Price?
-
The residual amount from the previous invoice.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- settlementId ↔ String?
-
The ID of the settlement report.
read / write
- startDate ↔ String?
-
The start date on which all transactions are included in the report, in
ISO 8601 format.
read / write
- transferAmount ↔ Price?
-
The money due to the merchant.
read / write
- transferDate ↔ String?
-
Date on which transfer for this payment was initiated by Google, in ISO
8601 format.
read / write
-
transferIds
↔ List<
String> ? -
The list of bank identifiers used for the transfer.
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