Class OrderreportsResource.ListdisbursementsRequest
Retrieves a report for disbursements from your Merchant Center account.
Inheritance
OrderreportsResource.ListdisbursementsRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderreportsResource.ListdisbursementsRequest : ShoppingContentBaseServiceRequest<OrderreportsListDisbursementsResponse>, IClientServiceRequest<OrderreportsListDisbursementsResponse>, IClientServiceRequest
Constructors
ListdisbursementsRequest(IClientService, ulong)
Constructs a new Listdisbursements request.
Declaration
public ListdisbursementsRequest(IClientService service, ulong merchantId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ulong | merchantId |
Properties
DisbursementEndDate
The last date which disbursements occurred. In ISO 8601 format. Default: current date.
Declaration
[RequestParameter("disbursementEndDate", RequestParameterType.Query)]
public virtual string DisbursementEndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
DisbursementStartDate
The first date which disbursements occurred. In ISO 8601 format.
Declaration
[RequestParameter("disbursementStartDate", RequestParameterType.Query)]
public virtual string DisbursementStartDate { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MaxResults
The maximum number of disbursements to return in the response, used for paging.
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
long? |
MerchantId
The ID of the account that manages the order. This cannot be a multi-client account.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type | Description |
---|---|
ulong |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageToken
The token returned by the previous request.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Listdisbursements parameter list.
Declaration
protected override void InitParameters()