Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class LinkLfpProviderRequest.
Request message for the LinkLfpProvider method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.LinkLfpProviderRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the LFP provider resource to link. Format: |
↳ external_account_id |
string
Required. The external account ID by which this merchant is known to the LFP provider. |
getName
Required. The name of the LFP provider resource to link.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}
.
The lfp_provider
is the LFP provider ID.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the LFP provider resource to link.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}
.
The lfp_provider
is the LFP provider ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getExternalAccountId
Required. The external account ID by which this merchant is known to the LFP provider.
Returns | |
---|---|
Type | Description |
string |
setExternalAccountId
Required. The external account ID by which this merchant is known to the LFP provider.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the LFP provider resource to link.
Format:
|
Returns | |
---|---|
Type | Description |
LinkLfpProviderRequest |