Name | Type | Description | Notes |
---|---|---|---|
accrual_type | String | ||
year | Integer | ||
hours | Float | ||
reason | String | ||
id | Integer | [optional] | |
member | MemberReference | [optional] | |
_info | Hash<String, String> | [optional] |
require 'connect_wise'
instance = ConnectWise::MemberAccrual.new(
accrual_type: null,
year: null,
hours: null,
reason: null,
id: null,
member: null,
_info: null
)