Show / Hide Table of Contents

Class ListOnlineReturnPoliciesRequest

Request message for the ListOnlineReturnPolicies method.

Inheritance
object
ListOnlineReturnPoliciesRequest
Implements
IMessage<ListOnlineReturnPoliciesRequest>
IEquatable<ListOnlineReturnPoliciesRequest>
IDeepCloneable<ListOnlineReturnPoliciesRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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 business 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
IPageRequest.PageSize

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.v1.ListOnlineReturnPoliciesResponse.next_page_token] in the response to the previous request.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The Merchant Center 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
In this article
Back to top Generated by DocFX