Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 582 Bytes

UnpostedInvoiceTaxableLevel.md

File metadata and controls

26 lines (20 loc) · 582 Bytes

ConnectWise::UnpostedInvoiceTaxableLevel

Properties

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]

Example

require 'connect_wise'

instance = ConnectWise::UnpostedInvoiceTaxableLevel.new(
  id: null,
  tax_level: null,
  tax_code_xref: null,
  tax_amount: null,
  _info: null
)