Class: HighLevel::Models::Products::UpdateInventoryItemDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/update_inventory_item_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_out_of_stock_purchasesObject (readonly)

Returns the value of attribute allow_out_of_stock_purchases

Returns:

  • (Object)

    the current value of 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_quantityObject (readonly)

Returns the value of attribute available_quantity

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute price_id

Returns:

  • (Object)

    the current value of price_id



9
10
11
# File 'lib/high_level/models/products/update_inventory_item_dto.rb', line 9

def price_id
  @price_id
end