Show / Hide Table of Contents

Class OrderReportTransaction

Inheritance
System.Object
OrderReportTransaction
Implements
Google.Apis.Requests.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.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class OrderReportTransaction : IDirectResponseSchema

Properties

DisbursementAmount

The disbursement amount.

Declaration
[JsonProperty("disbursementAmount")]
public virtual Price DisbursementAmount { get; set; }
Property Value
Type Description
Price

DisbursementCreationDate

The date the disbursement was created, in ISO 8601 format.

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

DisbursementDate

The date the disbursement was initiated, in ISO 8601 format.

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

DisbursementId

The ID of the disbursement.

Declaration
[JsonProperty("disbursementId")]
public virtual string DisbursementId { 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

MerchantId

The ID of the managing account.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

MerchantOrderId

Merchant-provided ID of the order.

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

OrderId

The ID of the order.

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

ProductAmount

Total amount for the items.

Declaration
[JsonProperty("productAmount")]
public virtual Amount ProductAmount { get; set; }
Property Value
Type Description
Amount

ProductAmountWithRemittedTax

Total amount with remitted tax for the items.

Declaration
[JsonProperty("productAmountWithRemittedTax")]
public virtual ProductAmount ProductAmountWithRemittedTax { get; set; }
Property Value
Type Description
ProductAmount

TransactionDate

The date of the transaction, in ISO 8601 format.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top