Show / Hide Table of Contents

Class OrderReportDisbursement

Order disbursement. All methods require the payment analyst role.

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

Properties

DisbursementAmount

The disbursement amount.

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

DisbursementCreationDate

The disbursement date, 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>

Implements

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