Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class LfpLink.
Collection of information related to the LFP link.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.LfpLink
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ lfp_provider |
string
Required. The resource name of the LFP provider. Format: |
↳ external_account_id |
string
Required. The account ID by which this merchant is known to the LFP provider. |
↳ state |
int
Output only. The state of the LFP link. |
getLfpProvider
Required. The resource name of the LFP provider.
Format: lfpProviders/{lfp_provider}
Returns | |
---|---|
Type | Description |
string |
setLfpProvider
Required. The resource name of the LFP provider.
Format: lfpProviders/{lfp_provider}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getExternalAccountId
Required. The account ID by which this merchant is known to the LFP provider.
Returns | |
---|---|
Type | Description |
string |
setExternalAccountId
Required. The account ID by which this merchant is known to the LFP provider.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. The state of the LFP link.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. The state of the LFP link.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |