Class: Google::Shopping::Merchant::Accounts::V1beta::LfpLink
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::LfpLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb
Overview
Collection of information related to the LFP link.
Instance Attribute Summary collapse
-
#external_account_id ⇒ ::String
Required.
-
#lfp_provider ⇒ ::String
Required.
-
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State
readonly
Output only.
Instance Attribute Details
#external_account_id ⇒ ::String
Returns Required. The account ID by which this merchant is known to the LFP provider.
151 152 153 154 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 151 class LfpLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lfp_provider ⇒ ::String
Returns Required. The resource name of the LFP provider.
Format: lfpProviders/{lfp_provider}
.
151 152 153 154 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 151 class LfpLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State (readonly)
Returns Output only. The state of the LFP link.
151 152 153 154 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 151 class LfpLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |