Class: Google::Shopping::Merchant::Products::V1beta::FreeShippingThreshold

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

Overview

Conditions to be met for a product to have free shipping.

Instance Attribute Summary collapse

Instance Attribute Details

#country::String

Returns The CLDR territory code of the country to which an item will ship.

Returns:



633
634
635
636
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 633

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

#price_threshold::Google::Shopping::Type::Price

Returns The minimum product price for the shipping cost to become free. Represented as a number.

Returns:



633
634
635
636
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 633

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