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