Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 824 Bytes

TaxComponent.md

File metadata and controls

23 lines (16 loc) · 824 Bytes

DearInventoryRuby::TaxComponent

Properties

Name Type Description Notes
name String Name of product. Read-only.
percent Float Cost. Required if product type is `Service`. Default value = 0. [default to 0]
account_code String ChartOfAccount Code with Class == `LIABILITY` && Status == `ACTIVE`
component_order Integer The order of sequence taxes components.

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::TaxComponent.new(name: nil,
                                 percent: nil,
                                 account_code: nil,
                                 component_order: nil)