Show / Hide Table of Contents

Class SettlementTransactionIdentifiers

Inheritance
System.Object
SettlementTransactionIdentifiers
Implements
IDirectResponseSchema
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 SettlementTransactionIdentifiers : IDirectResponseSchema

Properties

AdjustmentId

The identifier of the adjustments, if it is available.

Declaration
[JsonProperty("adjustmentId")]
public virtual string AdjustmentId { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

MerchantOrderId

The merchant provided order ID.

Declaration
[JsonProperty("merchantOrderId")]
public virtual string MerchantOrderId { get; set; }
Property Value
Type Description
System.String

OrderItemId

The identifier of the item.

Declaration
[JsonProperty("orderItemId")]
public virtual string OrderItemId { get; set; }
Property Value
Type Description
System.String

SettlementEntryId

The unique ID of the settlement transaction entry.

Declaration
[JsonProperty("settlementEntryId")]
public virtual string SettlementEntryId { get; set; }
Property Value
Type Description
System.String

ShipmentIds

The shipment ids for the item.

Declaration
[JsonProperty("shipmentIds")]
public virtual IList<string> ShipmentIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

TransactionId

The Google transaction ID.

Declaration
[JsonProperty("transactionId")]
public virtual string TransactionId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top