| Name | Type | Description | Notes |
|---|---|---|---|
| type | ExpenseTypeReference | ||
| id | Integer | [optional] | |
| charge_code | ChargeCodeReference | [optional] | |
| _info | Hash<String, String> | [optional] |
require 'connect_wise'
instance = ConnectWise::ChargeCodeExpenseType.new(
type: null,
id: null,
charge_code: null,
_info: null
)