Class SettlementTransaction
Settlement transactions give a detailed breakdown of the settlement report.
Inheritance
System.Object
SettlementTransaction
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.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 |
---|---|
System.String |
Transaction
Details of the transaction.
Declaration
[JsonProperty("transaction")]
public virtual SettlementTransactionTransaction Transaction { get; set; }
Property Value
Type | Description |
---|---|
SettlementTransactionTransaction |