Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 517 Bytes

Taxes.md

File metadata and controls

21 lines (14 loc) · 517 Bytes

DearInventoryRuby::Taxes

Properties

Name Type Description Notes
total String Total [optional]
page String Page [optional]
tax_rule_list Array<Tax> Array of Taxes [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::Taxes.new(total: nil,
                                 page: nil,
                                 tax_rule_list: nil)