Class SettlementTransaction
Settlement transactions give a detailed breakdown of the settlement report.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class SettlementTransaction : IDirectResponseSchema
Properties
Amount
The amount for the transaction.
Declaration
[JsonProperty("amount")]
public virtual SettlementTransactionAmount Amount { get; set; }
Property Value
Type | Description |
---|---|
SettlementTransactionAmount |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Identifiers
Identifiers of the transaction.
Declaration
[JsonProperty("identifiers")]
public virtual SettlementTransactionIdentifiers Identifiers { get; set; }
Property Value
Type | Description |
---|---|
SettlementTransactionIdentifiers |
Kind
Identifies what kind of resource this is. Value: the fixed string "content#settlementTransaction
"
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Transaction
Details of the transaction.
Declaration
[JsonProperty("transaction")]
public virtual SettlementTransactionTransaction Transaction { get; set; }
Property Value
Type | Description |
---|---|
SettlementTransactionTransaction |