SettlementReport class

Settlement reports detail order-level and item-level credits and debits between you and Google.

Constructors

SettlementReport({String? endDate, String? kind, Price? previousBalance, String? settlementId, String? startDate, Price? transferAmount, String? transferDate, List<String>? transferIds})
SettlementReport.fromJson(Map json_)

Properties

endDate String?
The end date on which all transactions are included in the report, in ISO 8601 format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Identifies what kind of resource this is.
getter/setter pair
previousBalance Price?
The residual amount from the previous invoice.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settlementId String?
The ID of the settlement report.
getter/setter pair
startDate String?
The start date on which all transactions are included in the report, in ISO 8601 format.
getter/setter pair
transferAmount Price?
The money due to the merchant.
getter/setter pair
transferDate String?
Date on which transfer for this payment was initiated by Google, in ISO 8601 format.
getter/setter pair
transferIds List<String>?
The list of bank identifiers used for the transfer.
getter/setter pair

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