SettlementTransactionIdentifiers class

Constructors

SettlementTransactionIdentifiers({String? adjustmentId, String? merchantOrderId, String? orderItemId, String? settlementEntryId, List<String>? shipmentIds, String? transactionId})
SettlementTransactionIdentifiers.fromJson(Map json_)

Properties

adjustmentId String?
The identifier of the adjustments, if it's available.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantOrderId String?
The merchant provided order ID.
getter/setter pair
orderItemId String?
The identifier of the item.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settlementEntryId String?
The unique ID of the settlement transaction entry.
getter/setter pair
shipmentIds List<String>?
The shipment ids for the item.
getter/setter pair
transactionId String?
The Google transaction ID.
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