Class: Google::Shopping::Merchant::Accounts::V1beta::UriSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb

Overview

URL settings for cart or checkout URL.

Instance Attribute Summary collapse

Instance Attribute Details

#cart_uri_template::String

Returns Cart URL template. When the placeholders are expanded will redirect the buyer to the cart page on the merchant website with the selected item in cart. For more details, check the help center doc

Note: The following fields are mutually exclusive: cart_uri_template, checkout_uri_template. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Cart URL template. When the placeholders are expanded will redirect the buyer to the cart page on the merchant website with the selected item in cart. For more details, check the help center doc

    Note: The following fields are mutually exclusive: cart_uri_template, checkout_uri_template. If a field in that set is populated, all other fields in the set will automatically be cleared.



177
178
179
180
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 177

class UriSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#checkout_uri_template::String

Returns Checkout URL template. When the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart. For more details, check the help center doc

Note: The following fields are mutually exclusive: checkout_uri_template, cart_uri_template. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Checkout URL template. When the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart. For more details, check the help center doc

    Note: The following fields are mutually exclusive: checkout_uri_template, cart_uri_template. If a field in that set is populated, all other fields in the set will automatically be cleared.



177
178
179
180
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 177

class UriSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end