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. |
require 'DearInventoryRuby'
instance = DearInventoryRuby::TaxComponent.new(name: nil,
percent: nil,
account_code: nil,
component_order: nil)