Class SettlementreportsResource.ListRequest
Retrieves a list of settlement reports from your Merchant Center account.
Inheritance
SettlementreportsResource.ListRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class SettlementreportsResource.ListRequest : ShoppingContentBaseServiceRequest<SettlementreportsListResponse>, IClientServiceRequest<SettlementreportsListResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, ulong)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, ulong merchantId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ulong | merchantId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MaxResults
The maximum number of settlements to return in the response, used for paging. The default value is 200 returns per page, and the maximum allowed value is 5000 returns per page.
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MerchantId
The Merchant Center account to list settlements for.
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
TransferEndDate
Obtains settlements which have transactions before this date (inclusively), in ISO 8601 format.
Declaration
[RequestParameter("transferEndDate", RequestParameterType.Query)]
public virtual string TransferEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TransferStartDate
Obtains settlements which have transactions after this date (inclusively), in ISO 8601 format.
Declaration
[RequestParameter("transferStartDate", RequestParameterType.Query)]
public virtual string TransferStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()