Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [optional] | |
tax_level | Integer | [optional] | |
tax_code_xref | String | [optional] | |
tax_amount | Float | [optional] | |
_info | Hash<String, String> | [optional] |
require 'connect_wise'
instance = ConnectWise::UnpostedInvoiceTaxableLevel.new(
id: null,
tax_level: null,
tax_code_xref: null,
tax_amount: null,
_info: null
)