Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 643 Bytes

MemberAccrual.md

File metadata and controls

30 lines (24 loc) · 643 Bytes

ConnectWise::MemberAccrual

Properties

Name Type Description Notes
accrual_type String
year Integer
hours Float
reason String
id Integer [optional]
member MemberReference [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::MemberAccrual.new(
  accrual_type: null,
  year: null,
  hours: null,
  reason: null,
  id: null,
  member: null,
  _info: null
)