Class: Google::Shopping::Merchant::Products::V1beta::FreeShippingThreshold
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::FreeShippingThreshold
- 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
-
#country ⇒ ::String
The CLDR territory code of the country to which an item will ship.
-
#price_threshold ⇒ ::Google::Shopping::Type::Price
The minimum product price for the shipping cost to become free.
Instance Attribute Details
#country ⇒ ::String
Returns The CLDR territory code of the country to which an item will ship.
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.
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 |