Class: Google::Shopping::Merchant::Accounts::V1beta::Pickup

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#state::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State (readonly)

Returns Output only. The state of the pickup serving.

Returns:



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.

Returns:

  • (::String)

    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