Name | Type | Description | Notes |
---|---|---|---|
total | String | Total | [optional] |
page | String | Page | [optional] |
customer_list | Array<Customer> | Array of Customers | [optional] |
require 'DearInventoryRuby'
instance = DearInventoryRuby::Customers.new(total: nil,
page: nil,
customer_list: nil)