Class FindLfpProvidersResponse
Response message for the FindLfpProviders method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class FindLfpProvidersResponse : IMessage<FindLfpProvidersResponse>, IEquatable<FindLfpProvidersResponse>, IDeepCloneable<FindLfpProvidersResponse>, IBufferMessage, IMessage, IPageResponse<LfpProvider>, IEnumerable<LfpProvider>, IEnumerable
Constructors
FindLfpProvidersResponse()
Declaration
public FindLfpProvidersResponse()
FindLfpProvidersResponse(FindLfpProvidersResponse)
Declaration
public FindLfpProvidersResponse(FindLfpProvidersResponse other)
Parameters
Type | Name | Description |
---|---|---|
FindLfpProvidersResponse | other |
Properties
LfpProviders
The LFP providers from the specified merchant in the specified country.
Declaration
public RepeatedField<LfpProvider> LfpProviders { get; }
Property Value
Type | Description |
---|---|
RepeatedField<LfpProvider> |
NextPageToken
A token, which can be sent as page_token
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
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<LfpProvider> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<LfpProvider> |