Sha256: c1b5e5eb844be48a589eb6d66be567380301a05d00cba49dd721f765da932b0c

Contents?: true

Size: 821 Bytes

Versions: 2

Compression:

Stored size: 821 Bytes

Contents

# 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

```ruby
require 'DearInventoryRuby'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dear-inventory-ruby-0.2.13 docs/TaxComponent.md
dear-inventory-ruby-0.2.12 docs/TaxComponent.md