Google Shopping Merchant Accounts V1beta Client - Class ListSubAccountsResponse (0.1.0)

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

Response message for the ListSubAccounts method.

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

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ accounts array<Google\Shopping\Merchant\Accounts\V1beta\Account>

The accounts for which the given parent account is an aggregator.

↳ 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.

getAccounts

The accounts for which the given parent account is an aggregator.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAccounts

The accounts for which the given parent account is an aggregator.

Parameter
Name Description
var array<Google\Shopping\Merchant\Accounts\V1beta\Account>
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