Show / Hide Table of Contents

Class SettlementTransactionIdentifiers

Inheritance
object
SettlementTransactionIdentifiers
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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's available.

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

ETag

The ETag of the item.

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

MerchantOrderId

The merchant provided order ID.

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

OrderItemId

The identifier of the item.

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

SettlementEntryId

The unique ID of the settlement transaction entry.

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

ShipmentIds

The shipment ids for the item.

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

TransactionId

The Google transaction ID.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX