Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 536 Bytes

Customers.md

File metadata and controls

21 lines (14 loc) · 536 Bytes

DearInventoryRuby::Customers

Properties

Name Type Description Notes
total String Total [optional]
page String Page [optional]
customer_list Array<Customer> Array of Customers [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::Customers.new(total: nil,
                                 page: nil,
                                 customer_list: nil)