Class ListOnlineReturnPoliciesRequest
Request message for the ListOnlineReturnPolicies
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ListOnlineReturnPoliciesRequest : IMessage<ListOnlineReturnPoliciesRequest>, IEquatable<ListOnlineReturnPoliciesRequest>, IDeepCloneable<ListOnlineReturnPoliciesRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListOnlineReturnPoliciesRequest()
Declaration
public ListOnlineReturnPoliciesRequest()
ListOnlineReturnPoliciesRequest(ListOnlineReturnPoliciesRequest)
Declaration
public ListOnlineReturnPoliciesRequest(ListOnlineReturnPoliciesRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListOnlineReturnPoliciesRequest | other |
Properties
PageSize
Optional. The maximum number of OnlineReturnPolicy
resources to return.
The service returns fewer than this value if the number of return policies
for the given merchant is less that than the pageSize
. The default value
is 10. The maximum value is 100; If a value higher than the maximum is
specified, then the pageSize
will default to the maximum
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
Optional. A page token, received from a previous ListOnlineReturnPolicies
call. Provide the page token to retrieve the subsequent page.
When paginating, all other parameters provided to
ListOnlineReturnPolicies
must match the call that provided the page
token. The token returned as
[nextPageToken][google.shopping.merchant.accounts.v1beta.ListOnlineReturnPoliciesResponse.next_page_token]
in the response to the previous request.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The merchant account for which to list return policies.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |