Class: HighLevel::Models::Products::UpdateInventoryItemDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::UpdateInventoryItemDto
- Defined in:
- lib/high_level/models/products/update_inventory_item_dto.rb
Instance Attribute Summary collapse
-
#allow_out_of_stock_purchases ⇒ Object
readonly
Returns the value of attribute allow_out_of_stock_purchases.
-
#available_quantity ⇒ Object
readonly
Returns the value of attribute available_quantity.
-
#price_id ⇒ Object
readonly
Returns the value of attribute price_id.
Instance Attribute Details
#allow_out_of_stock_purchases ⇒ Object (readonly)
Returns the value of attribute allow_out_of_stock_purchases
9 10 11 |
# File 'lib/high_level/models/products/update_inventory_item_dto.rb', line 9 def allow_out_of_stock_purchases @allow_out_of_stock_purchases end |
#available_quantity ⇒ Object (readonly)
Returns the value of attribute available_quantity
9 10 11 |
# File 'lib/high_level/models/products/update_inventory_item_dto.rb', line 9 def available_quantity @available_quantity end |
#price_id ⇒ Object (readonly)
Returns the value of attribute price_id
9 10 11 |
# File 'lib/high_level/models/products/update_inventory_item_dto.rb', line 9 def price_id @price_id end |