Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 931 Bytes

PricingSchedule.md

File metadata and controls

34 lines (28 loc) · 931 Bytes

ConnectWise::PricingSchedule

Properties

Name Type Description Notes
name String Max length: 30;
id Integer [optional]
inactive_flag Boolean [optional]
default_flag Boolean [optional]
currency CurrencyReference [optional]
companies Array<Integer> [optional]
set_all_companies_flag Boolean [optional]
remove_all_companies_flag Boolean [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::PricingSchedule.new(
  name: null,
  id: null,
  inactive_flag: null,
  default_flag: null,
  currency: null,
  companies: null,
  set_all_companies_flag: null,
  remove_all_companies_flag: null,
  _info: null
)