Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 418 Bytes

BillingTermsReference.md

File metadata and controls

22 lines (16 loc) · 418 Bytes

ConnectWise::BillingTermsReference

Properties

Name Type Description Notes
id Integer [optional]
name String [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::BillingTermsReference.new(
  id: null,
  name: null,
  _info: null
)