SettlementTransaction class
Settlement transactions give a detailed breakdown of the settlement report. (== resource_for v2.1.settlementtransactions ==)
Constructors
Properties
- amount ↔ SettlementTransactionAmount
-
The amount for the transaction.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- identifiers ↔ SettlementTransactionIdentifiers
-
Identifiers of the transaction.
read / write
- kind ↔ String
-
Identifies what kind of resource this is. Value: the fixed string
"
content#settlementTransaction
"read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- transaction ↔ SettlementTransactionTransaction
-
Details of the transaction.
read / write
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