Google Shopping Merchant Accounts V1beta Client - Class FindLfpProvidersResponse (0.9.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class FindLfpProvidersResponse.

Response message for the FindLfpProviders method.

Generated from protobuf message google.shopping.merchant.accounts.v1beta.FindLfpProvidersResponse

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ lfp_providers array<LfpProvider>

The LFP providers from the specified merchant in the specified country.

↳ next_page_token string

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

getLfpProviders

The LFP providers from the specified merchant in the specified country.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setLfpProviders

The LFP providers from the specified merchant in the specified country.

Parameter
Name Description
var array<LfpProvider>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this