Class OrderReportDisbursement
Order disbursement. All methods require the payment analyst role.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.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 |
---|---|
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? |