Name | Type | Description | Notes |
---|---|---|---|
total | Float | Total | [optional] |
page | Float | Page | [optional] |
sale_list | Array<SaleItem> | Array of SaleItem | [optional] |
require 'DearInventoryRuby'
instance = DearInventoryRuby::SaleList.new(total: nil,
page: nil,
sale_list: nil)