Show / Hide Table of Contents

Class ListOnlineReturnPoliciesResponse

Response message for the ListOnlineReturnPolicies method.

Inheritance
object
ListOnlineReturnPoliciesResponse
Implements
IMessage<ListOnlineReturnPoliciesResponse>
IEquatable<ListOnlineReturnPoliciesResponse>
IDeepCloneable<ListOnlineReturnPoliciesResponse>
IBufferMessage
IMessage
IPageResponse<OnlineReturnPolicy>
IEnumerable<OnlineReturnPolicy>
IEnumerable
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 ListOnlineReturnPoliciesResponse : IMessage<ListOnlineReturnPoliciesResponse>, IEquatable<ListOnlineReturnPoliciesResponse>, IDeepCloneable<ListOnlineReturnPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<OnlineReturnPolicy>, IEnumerable<OnlineReturnPolicy>, IEnumerable

Constructors

ListOnlineReturnPoliciesResponse()

Declaration
public ListOnlineReturnPoliciesResponse()

ListOnlineReturnPoliciesResponse(ListOnlineReturnPoliciesResponse)

Declaration
public ListOnlineReturnPoliciesResponse(ListOnlineReturnPoliciesResponse other)
Parameters
Type Name Description
ListOnlineReturnPoliciesResponse other

Properties

NextPageToken

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

OnlineReturnPolicies

The retrieved return policies.

Declaration
public RepeatedField<OnlineReturnPolicy> OnlineReturnPolicies { get; }
Property Value
Type Description
RepeatedField<OnlineReturnPolicy>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<OnlineReturnPolicy> GetEnumerator()
Returns
Type Description
IEnumerator<OnlineReturnPolicy>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX