Class: Google::Shopping::Merchant::Products::V1::PickupCost

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#flat_rate::Google::Shopping::Type::Price

Returns Required. The flat rate pickup cost of the item.

Returns:



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.

Returns:



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