Class: Google::Shopping::Merchant::Accounts::V1beta::OnDisplayToOrder
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::OnDisplayToOrder
- 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 on display to order (ODO).
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 URI.
164 165 166 167 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 164 class OnDisplayToOrder include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. The on display to order (ODO) policy URI.
164 165 166 167 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 164 class OnDisplayToOrder include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |