Class: Google::Shopping::Merchant::Accounts::V1beta::Pickup
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Pickup
- 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 Pickup.
Instance Attribute Summary collapse
-
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State
readonly
Output only.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State (readonly)
Returns Output only. The state of the pickup serving.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 134 class Pickup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. Pickup product page URI. It is only used for the review of pickup serving. This URI domain should match with the business's homepage.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 134 class Pickup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |