Class: Google::Shopping::Merchant::Products::V1::PickupCost
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1::PickupCost
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/products_common.rb
Overview
The pickup cost of the item.
Instance Attribute Summary collapse
-
#flat_rate ⇒ ::Google::Shopping::Type::Price
Required.
-
#free_threshold ⇒ ::Google::Shopping::Type::Price
Optional.
Instance Attribute Details
#flat_rate ⇒ ::Google::Shopping::Type::Price
Returns Required. The flat rate pickup cost of the item.
2245 2246 2247 2248 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 2245 class PickupCost include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#free_threshold ⇒ ::Google::Shopping::Type::Price
Returns Optional. The price threshold above which pickup is free of charge.
2245 2246 2247 2248 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 2245 class PickupCost include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |