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