Show / Hide Table of Contents

Class OrderReportTransaction

Inheritance
object
OrderReportTransaction
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 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
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
string

DisbursementId

The ID of the disbursement.

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

MerchantId

The ID of the managing account.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
ulong?

MerchantOrderId

Merchant-provided ID of the order.

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

OrderId

The ID of the order.

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

ProductAmount

Total amount for the items.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX