class ConnectWise::BillingSetup

Attributes

_info[RW]

Metadata of the entity

address_one[RW]
address_two[RW]
agreement_invoice[RW]
allow_restricted_dept_on_routing_flag[RW]
bill_product_after_ship_flag[RW]
bill_project_complete_flag[RW]
bill_project_unapproved_flag[RW]
bill_sales_order_complete_flag[RW]
bill_ticket_complete_flag[RW]
bill_ticket_separately_flag[RW]
bill_ticket_unapproved_flag[RW]
business_number[RW]
charge_adj_to_firm_flag[RW]
city[RW]
company_code[RW]
copy_agreement_products_flag[RW]
copy_non_service_products_flag[RW]
copy_service_products_flag[RW]
country[RW]
credit_memo_invoice[RW]
currency[RW]
custom_label[RW]
custom_text[RW]
delivery_receipt_flag[RW]
disable_routing_email_flag[RW]
display_tax_flag[RW]
down_payment_invoice[RW]
email_template[RW]
exclude_avalara_flag[RW]
exclude_do_not_bill_expense_flag[RW]
exclude_do_not_bill_product_flag[RW]
exclude_do_not_bill_time_flag[RW]
id[RW]
invoice_title[RW]
localized_country[RW]
location[RW]
misc_invoice[RW]
no_watermark_flag[RW]
overall_invoice_default[RW]
payable_name[RW]
phone[RW]
prefix_suffix_flag[RW]
prefix_suffix_text[RW]
print_logo_flag[RW]
progress_invoice[RW]
progress_time_flag[RW]
read_receipt_flag[RW]
remit_name[RW]
restrict_downpayment_flag[RW]
restrict_project_downpayment_flag[RW]
sales_order_invoice[RW]
standard_invoice_actual[RW]
standard_invoice_fixed[RW]
state[RW]
topcomment[RW]
zip[RW]

Public Class Methods

attribute_map() click to toggle source

Attribute mapping from ruby-style variable name to JSON key.

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 149
def self.attribute_map
  {
    :'id' => :'id',
    :'remit_name' => :'remitName',
    :'location' => :'location',
    :'address_one' => :'addressOne',
    :'address_two' => :'addressTwo',
    :'city' => :'city',
    :'state' => :'state',
    :'zip' => :'zip',
    :'country' => :'country',
    :'phone' => :'phone',
    :'invoice_title' => :'invoiceTitle',
    :'payable_name' => :'payableName',
    :'topcomment' => :'topcomment',
    :'invoice_footer' => :'invoiceFooter',
    :'quote_footer' => :'quoteFooter',
    :'overall_invoice_default' => :'overallInvoiceDefault',
    :'standard_invoice_actual' => :'standardInvoiceActual',
    :'standard_invoice_fixed' => :'standardInvoiceFixed',
    :'progress_invoice' => :'progressInvoice',
    :'agreement_invoice' => :'agreementInvoice',
    :'credit_memo_invoice' => :'creditMemoInvoice',
    :'down_payment_invoice' => :'downPaymentInvoice',
    :'misc_invoice' => :'miscInvoice',
    :'sales_order_invoice' => :'salesOrderInvoice',
    :'exclude_do_not_bill_time_flag' => :'excludeDoNotBillTimeFlag',
    :'exclude_do_not_bill_expense_flag' => :'excludeDoNotBillExpenseFlag',
    :'exclude_do_not_bill_product_flag' => :'excludeDoNotBillProductFlag',
    :'prefix_suffix_flag' => :'prefixSuffixFlag',
    :'prefix_suffix_text' => :'prefixSuffixText',
    :'charge_adj_to_firm_flag' => :'chargeAdjToFirmFlag',
    :'no_watermark_flag' => :'NoWatermarkFlag',
    :'display_tax_flag' => :'displayTaxFlag',
    :'allow_restricted_dept_on_routing_flag' => :'allowRestrictedDeptOnRoutingFlag',
    :'bill_ticket_separately_flag' => :'billTicketSeparatelyFlag',
    :'bill_ticket_complete_flag' => :'billTicketCompleteFlag',
    :'bill_ticket_unapproved_flag' => :'billTicketUnapprovedFlag',
    :'bill_project_complete_flag' => :'billProjectCompleteFlag',
    :'bill_project_unapproved_flag' => :'billProjectUnapprovedFlag',
    :'progress_time_flag' => :'progressTimeFlag',
    :'restrict_project_downpayment_flag' => :'restrictProjectDownpaymentFlag',
    :'bill_sales_order_complete_flag' => :'billSalesOrderCompleteFlag',
    :'bill_product_after_ship_flag' => :'billProductAfterShipFlag',
    :'restrict_downpayment_flag' => :'restrictDownpaymentFlag',
    :'copy_non_service_products_flag' => :'copyNonServiceProductsFlag',
    :'copy_service_products_flag' => :'copyServiceProductsFlag',
    :'copy_agreement_products_flag' => :'copyAgreementProductsFlag',
    :'print_logo_flag' => :'printLogoFlag',
    :'read_receipt_flag' => :'readReceiptFlag',
    :'delivery_receipt_flag' => :'deliveryReceiptFlag',
    :'disable_routing_email_flag' => :'disableRoutingEmailFlag',
    :'email_template' => :'emailTemplate',
    :'localized_country' => :'localizedCountry',
    :'business_number' => :'businessNumber',
    :'currency' => :'currency',
    :'custom_label' => :'customLabel',
    :'custom_text' => :'customText',
    :'company_code' => :'companyCode',
    :'exclude_avalara_flag' => :'excludeAvalaraFlag',
    :'_info' => :'_info'
  }
end
new(attributes = {}) click to toggle source

Initializes the object @param [Hash] attributes Model attributes in the form of hash

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 280
def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}

  if attributes.has_key?(:'id')
    self.id = attributes[:'id']
  end

  if attributes.has_key?(:'remitName')
    self.remit_name = attributes[:'remitName']
  end

  if attributes.has_key?(:'location')
    self.location = attributes[:'location']
  end

  if attributes.has_key?(:'addressOne')
    self.address_one = attributes[:'addressOne']
  end

  if attributes.has_key?(:'addressTwo')
    self.address_two = attributes[:'addressTwo']
  end

  if attributes.has_key?(:'city')
    self.city = attributes[:'city']
  end

  if attributes.has_key?(:'state')
    self.state = attributes[:'state']
  end

  if attributes.has_key?(:'zip')
    self.zip = attributes[:'zip']
  end

  if attributes.has_key?(:'country')
    self.country = attributes[:'country']
  end

  if attributes.has_key?(:'phone')
    self.phone = attributes[:'phone']
  end

  if attributes.has_key?(:'invoiceTitle')
    self.invoice_title = attributes[:'invoiceTitle']
  end

  if attributes.has_key?(:'payableName')
    self.payable_name = attributes[:'payableName']
  end

  if attributes.has_key?(:'topcomment')
    self.topcomment = attributes[:'topcomment']
  end

  if attributes.has_key?(:'invoiceFooter')
    self.invoice_footer = attributes[:'invoiceFooter']
  end

  if attributes.has_key?(:'quoteFooter')
    self.quote_footer = attributes[:'quoteFooter']
  end

  if attributes.has_key?(:'overallInvoiceDefault')
    self.overall_invoice_default = attributes[:'overallInvoiceDefault']
  end

  if attributes.has_key?(:'standardInvoiceActual')
    self.standard_invoice_actual = attributes[:'standardInvoiceActual']
  end

  if attributes.has_key?(:'standardInvoiceFixed')
    self.standard_invoice_fixed = attributes[:'standardInvoiceFixed']
  end

  if attributes.has_key?(:'progressInvoice')
    self.progress_invoice = attributes[:'progressInvoice']
  end

  if attributes.has_key?(:'agreementInvoice')
    self.agreement_invoice = attributes[:'agreementInvoice']
  end

  if attributes.has_key?(:'creditMemoInvoice')
    self.credit_memo_invoice = attributes[:'creditMemoInvoice']
  end

  if attributes.has_key?(:'downPaymentInvoice')
    self.down_payment_invoice = attributes[:'downPaymentInvoice']
  end

  if attributes.has_key?(:'miscInvoice')
    self.misc_invoice = attributes[:'miscInvoice']
  end

  if attributes.has_key?(:'salesOrderInvoice')
    self.sales_order_invoice = attributes[:'salesOrderInvoice']
  end

  if attributes.has_key?(:'excludeDoNotBillTimeFlag')
    self.exclude_do_not_bill_time_flag = attributes[:'excludeDoNotBillTimeFlag']
  end

  if attributes.has_key?(:'excludeDoNotBillExpenseFlag')
    self.exclude_do_not_bill_expense_flag = attributes[:'excludeDoNotBillExpenseFlag']
  end

  if attributes.has_key?(:'excludeDoNotBillProductFlag')
    self.exclude_do_not_bill_product_flag = attributes[:'excludeDoNotBillProductFlag']
  end

  if attributes.has_key?(:'prefixSuffixFlag')
    self.prefix_suffix_flag = attributes[:'prefixSuffixFlag']
  end

  if attributes.has_key?(:'prefixSuffixText')
    self.prefix_suffix_text = attributes[:'prefixSuffixText']
  end

  if attributes.has_key?(:'chargeAdjToFirmFlag')
    self.charge_adj_to_firm_flag = attributes[:'chargeAdjToFirmFlag']
  end

  if attributes.has_key?(:'NoWatermarkFlag')
    self.no_watermark_flag = attributes[:'NoWatermarkFlag']
  end

  if attributes.has_key?(:'displayTaxFlag')
    self.display_tax_flag = attributes[:'displayTaxFlag']
  end

  if attributes.has_key?(:'allowRestrictedDeptOnRoutingFlag')
    self.allow_restricted_dept_on_routing_flag = attributes[:'allowRestrictedDeptOnRoutingFlag']
  end

  if attributes.has_key?(:'billTicketSeparatelyFlag')
    self.bill_ticket_separately_flag = attributes[:'billTicketSeparatelyFlag']
  end

  if attributes.has_key?(:'billTicketCompleteFlag')
    self.bill_ticket_complete_flag = attributes[:'billTicketCompleteFlag']
  end

  if attributes.has_key?(:'billTicketUnapprovedFlag')
    self.bill_ticket_unapproved_flag = attributes[:'billTicketUnapprovedFlag']
  end

  if attributes.has_key?(:'billProjectCompleteFlag')
    self.bill_project_complete_flag = attributes[:'billProjectCompleteFlag']
  end

  if attributes.has_key?(:'billProjectUnapprovedFlag')
    self.bill_project_unapproved_flag = attributes[:'billProjectUnapprovedFlag']
  end

  if attributes.has_key?(:'progressTimeFlag')
    self.progress_time_flag = attributes[:'progressTimeFlag']
  end

  if attributes.has_key?(:'restrictProjectDownpaymentFlag')
    self.restrict_project_downpayment_flag = attributes[:'restrictProjectDownpaymentFlag']
  end

  if attributes.has_key?(:'billSalesOrderCompleteFlag')
    self.bill_sales_order_complete_flag = attributes[:'billSalesOrderCompleteFlag']
  end

  if attributes.has_key?(:'billProductAfterShipFlag')
    self.bill_product_after_ship_flag = attributes[:'billProductAfterShipFlag']
  end

  if attributes.has_key?(:'restrictDownpaymentFlag')
    self.restrict_downpayment_flag = attributes[:'restrictDownpaymentFlag']
  end

  if attributes.has_key?(:'copyNonServiceProductsFlag')
    self.copy_non_service_products_flag = attributes[:'copyNonServiceProductsFlag']
  end

  if attributes.has_key?(:'copyServiceProductsFlag')
    self.copy_service_products_flag = attributes[:'copyServiceProductsFlag']
  end

  if attributes.has_key?(:'copyAgreementProductsFlag')
    self.copy_agreement_products_flag = attributes[:'copyAgreementProductsFlag']
  end

  if attributes.has_key?(:'printLogoFlag')
    self.print_logo_flag = attributes[:'printLogoFlag']
  end

  if attributes.has_key?(:'readReceiptFlag')
    self.read_receipt_flag = attributes[:'readReceiptFlag']
  end

  if attributes.has_key?(:'deliveryReceiptFlag')
    self.delivery_receipt_flag = attributes[:'deliveryReceiptFlag']
  end

  if attributes.has_key?(:'disableRoutingEmailFlag')
    self.disable_routing_email_flag = attributes[:'disableRoutingEmailFlag']
  end

  if attributes.has_key?(:'emailTemplate')
    self.email_template = attributes[:'emailTemplate']
  end

  if attributes.has_key?(:'localizedCountry')
    self.localized_country = attributes[:'localizedCountry']
  end

  if attributes.has_key?(:'businessNumber')
    self.business_number = attributes[:'businessNumber']
  end

  if attributes.has_key?(:'currency')
    self.currency = attributes[:'currency']
  end

  if attributes.has_key?(:'customLabel')
    self.custom_label = attributes[:'customLabel']
  end

  if attributes.has_key?(:'customText')
    self.custom_text = attributes[:'customText']
  end

  if attributes.has_key?(:'companyCode')
    self.company_code = attributes[:'companyCode']
  end

  if attributes.has_key?(:'excludeAvalaraFlag')
    self.exclude_avalara_flag = attributes[:'excludeAvalaraFlag']
  end

  if attributes.has_key?(:'_info')
    self._info = attributes[:'_info']
  end

end
swagger_types() click to toggle source

Attribute type mapping.

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 214
def self.swagger_types
  {
    :'id' => :'Integer',
    :'remit_name' => :'String',
    :'location' => :'SystemLocationReference',
    :'address_one' => :'String',
    :'address_two' => :'String',
    :'city' => :'String',
    :'state' => :'StateReference',
    :'zip' => :'String',
    :'country' => :'CountryReference',
    :'phone' => :'String',
    :'invoice_title' => :'String',
    :'payable_name' => :'String',
    :'topcomment' => :'String',
    :'invoice_footer' => :'String',
    :'quote_footer' => :'String',
    :'overall_invoice_default' => :'InvoiceTemplateReference',
    :'standard_invoice_actual' => :'InvoiceTemplateReference',
    :'standard_invoice_fixed' => :'InvoiceTemplateReference',
    :'progress_invoice' => :'InvoiceTemplateReference',
    :'agreement_invoice' => :'InvoiceTemplateReference',
    :'credit_memo_invoice' => :'InvoiceTemplateReference',
    :'down_payment_invoice' => :'InvoiceTemplateReference',
    :'misc_invoice' => :'InvoiceTemplateReference',
    :'sales_order_invoice' => :'InvoiceTemplateReference',
    :'exclude_do_not_bill_time_flag' => :'BOOLEAN',
    :'exclude_do_not_bill_expense_flag' => :'BOOLEAN',
    :'exclude_do_not_bill_product_flag' => :'BOOLEAN',
    :'prefix_suffix_flag' => :'String',
    :'prefix_suffix_text' => :'String',
    :'charge_adj_to_firm_flag' => :'BOOLEAN',
    :'no_watermark_flag' => :'BOOLEAN',
    :'display_tax_flag' => :'BOOLEAN',
    :'allow_restricted_dept_on_routing_flag' => :'BOOLEAN',
    :'bill_ticket_separately_flag' => :'BOOLEAN',
    :'bill_ticket_complete_flag' => :'BOOLEAN',
    :'bill_ticket_unapproved_flag' => :'BOOLEAN',
    :'bill_project_complete_flag' => :'BOOLEAN',
    :'bill_project_unapproved_flag' => :'BOOLEAN',
    :'progress_time_flag' => :'BOOLEAN',
    :'restrict_project_downpayment_flag' => :'BOOLEAN',
    :'bill_sales_order_complete_flag' => :'BOOLEAN',
    :'bill_product_after_ship_flag' => :'BOOLEAN',
    :'restrict_downpayment_flag' => :'BOOLEAN',
    :'copy_non_service_products_flag' => :'BOOLEAN',
    :'copy_service_products_flag' => :'BOOLEAN',
    :'copy_agreement_products_flag' => :'BOOLEAN',
    :'print_logo_flag' => :'BOOLEAN',
    :'read_receipt_flag' => :'BOOLEAN',
    :'delivery_receipt_flag' => :'BOOLEAN',
    :'disable_routing_email_flag' => :'BOOLEAN',
    :'email_template' => :'OrderStatusEmailTemplateReference',
    :'localized_country' => :'CountryReference',
    :'business_number' => :'String',
    :'currency' => :'CurrencyReference',
    :'custom_label' => :'String',
    :'custom_text' => :'String',
    :'company_code' => :'String',
    :'exclude_avalara_flag' => :'BOOLEAN',
    :'_info' => :'Metadata'
  }
end

Public Instance Methods

==(o) click to toggle source

Checks equality by comparing each attribute. @param [Object] Object to be compared

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 846
def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      remit_name == o.remit_name &&
      location == o.location &&
      address_one == o.address_one &&
      address_two == o.address_two &&
      city == o.city &&
      state == o.state &&
      zip == o.zip &&
      country == o.country &&
      phone == o.phone &&
      invoice_title == o.invoice_title &&
      payable_name == o.payable_name &&
      topcomment == o.topcomment &&
      invoice_footer == o.invoice_footer &&
      quote_footer == o.quote_footer &&
      overall_invoice_default == o.overall_invoice_default &&
      standard_invoice_actual == o.standard_invoice_actual &&
      standard_invoice_fixed == o.standard_invoice_fixed &&
      progress_invoice == o.progress_invoice &&
      agreement_invoice == o.agreement_invoice &&
      credit_memo_invoice == o.credit_memo_invoice &&
      down_payment_invoice == o.down_payment_invoice &&
      misc_invoice == o.misc_invoice &&
      sales_order_invoice == o.sales_order_invoice &&
      exclude_do_not_bill_time_flag == o.exclude_do_not_bill_time_flag &&
      exclude_do_not_bill_expense_flag == o.exclude_do_not_bill_expense_flag &&
      exclude_do_not_bill_product_flag == o.exclude_do_not_bill_product_flag &&
      prefix_suffix_flag == o.prefix_suffix_flag &&
      prefix_suffix_text == o.prefix_suffix_text &&
      charge_adj_to_firm_flag == o.charge_adj_to_firm_flag &&
      no_watermark_flag == o.no_watermark_flag &&
      display_tax_flag == o.display_tax_flag &&
      allow_restricted_dept_on_routing_flag == o.allow_restricted_dept_on_routing_flag &&
      bill_ticket_separately_flag == o.bill_ticket_separately_flag &&
      bill_ticket_complete_flag == o.bill_ticket_complete_flag &&
      bill_ticket_unapproved_flag == o.bill_ticket_unapproved_flag &&
      bill_project_complete_flag == o.bill_project_complete_flag &&
      bill_project_unapproved_flag == o.bill_project_unapproved_flag &&
      progress_time_flag == o.progress_time_flag &&
      restrict_project_downpayment_flag == o.restrict_project_downpayment_flag &&
      bill_sales_order_complete_flag == o.bill_sales_order_complete_flag &&
      bill_product_after_ship_flag == o.bill_product_after_ship_flag &&
      restrict_downpayment_flag == o.restrict_downpayment_flag &&
      copy_non_service_products_flag == o.copy_non_service_products_flag &&
      copy_service_products_flag == o.copy_service_products_flag &&
      copy_agreement_products_flag == o.copy_agreement_products_flag &&
      print_logo_flag == o.print_logo_flag &&
      read_receipt_flag == o.read_receipt_flag &&
      delivery_receipt_flag == o.delivery_receipt_flag &&
      disable_routing_email_flag == o.disable_routing_email_flag &&
      email_template == o.email_template &&
      localized_country == o.localized_country &&
      business_number == o.business_number &&
      currency == o.currency &&
      custom_label == o.custom_label &&
      custom_text == o.custom_text &&
      company_code == o.company_code &&
      exclude_avalara_flag == o.exclude_avalara_flag &&
      _info == o._info
end
_deserialize(type, value) click to toggle source

Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 946
def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = ConnectWise.const_get(type).new
    temp_model.build_from_hash(value)
  end
end
_to_hash(value) click to toggle source

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 1012
def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map{ |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end
address_one=(address_one) click to toggle source

Custom attribute writer method with validation @param [Object] address_one Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 665
def address_one=(address_one)

  if !address_one.nil? && address_one.to_s.length > 50
    fail ArgumentError, "invalid value for 'address_one', the character length must be smaller than or equal to 50."
  end

  @address_one = address_one
end
address_two=(address_two) click to toggle source

Custom attribute writer method with validation @param [Object] address_two Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 676
def address_two=(address_two)

  if !address_two.nil? && address_two.to_s.length > 50
    fail ArgumentError, "invalid value for 'address_two', the character length must be smaller than or equal to 50."
  end

  @address_two = address_two
end
build_from_hash(attributes) click to toggle source

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 925
def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end
business_number=(business_number) click to toggle source

Custom attribute writer method with validation @param [Object] business_number Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 802
def business_number=(business_number)

  if !business_number.nil? && business_number.to_s.length > 50
    fail ArgumentError, "invalid value for 'business_number', the character length must be smaller than or equal to 50."
  end

  @business_number = business_number
end
city=(city) click to toggle source

Custom attribute writer method with validation @param [Object] city Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 687
def city=(city)

  if !city.nil? && city.to_s.length > 50
    fail ArgumentError, "invalid value for 'city', the character length must be smaller than or equal to 50."
  end

  @city = city
end
company_code=(company_code) click to toggle source

Custom attribute writer method with validation @param [Object] company_code Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 835
def company_code=(company_code)

  if !company_code.nil? && company_code.to_s.length > 250
    fail ArgumentError, "invalid value for 'company_code', the character length must be smaller than or equal to 250."
  end

  @company_code = company_code
end
custom_label=(custom_label) click to toggle source

Custom attribute writer method with validation @param [Object] custom_label Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 813
def custom_label=(custom_label)

  if !custom_label.nil? && custom_label.to_s.length > 50
    fail ArgumentError, "invalid value for 'custom_label', the character length must be smaller than or equal to 50."
  end

  @custom_label = custom_label
end
custom_text=(custom_text) click to toggle source

Custom attribute writer method with validation @param [Object] custom_text Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 824
def custom_text=(custom_text)

  if !custom_text.nil? && custom_text.to_s.length > 500
    fail ArgumentError, "invalid value for 'custom_text', the character length must be smaller than or equal to 500."
  end

  @custom_text = custom_text
end
eql?(o) click to toggle source

@see the `==` method @param [Object] Object to be compared

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 912
def eql?(o)
  self == o
end
hash() click to toggle source

Calculates hash code according to all attributes. @return [Fixnum] Hash code

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 918
def hash
  [id, remit_name, location, address_one, address_two, city, state, zip, country, phone, invoice_title, payable_name, topcomment, invoice_footer, quote_footer, overall_invoice_default, standard_invoice_actual, standard_invoice_fixed, progress_invoice, agreement_invoice, credit_memo_invoice, down_payment_invoice, misc_invoice, sales_order_invoice, exclude_do_not_bill_time_flag, exclude_do_not_bill_expense_flag, exclude_do_not_bill_product_flag, prefix_suffix_flag, prefix_suffix_text, charge_adj_to_firm_flag, no_watermark_flag, display_tax_flag, allow_restricted_dept_on_routing_flag, bill_ticket_separately_flag, bill_ticket_complete_flag, bill_ticket_unapproved_flag, bill_project_complete_flag, bill_project_unapproved_flag, progress_time_flag, restrict_project_downpayment_flag, bill_sales_order_complete_flag, bill_product_after_ship_flag, restrict_downpayment_flag, copy_non_service_products_flag, copy_service_products_flag, copy_agreement_products_flag, print_logo_flag, read_receipt_flag, delivery_receipt_flag, disable_routing_email_flag, email_template, localized_country, business_number, currency, custom_label, custom_text, company_code, exclude_avalara_flag, _info].hash
end
invoice_title=(invoice_title) click to toggle source

Custom attribute writer method with validation @param [Object] invoice_title Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 720
def invoice_title=(invoice_title)
  if invoice_title.nil?
    fail ArgumentError, "invoice_title cannot be nil"
  end

  if invoice_title.to_s.length > 50
    fail ArgumentError, "invalid value for 'invoice_title', the character length must be smaller than or equal to 50."
  end

  @invoice_title = invoice_title
end
list_invalid_properties() click to toggle source

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properies with the reasons

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 526
def list_invalid_properties
  invalid_properties = Array.new
  if @remit_name.nil?
    invalid_properties.push("invalid value for 'remit_name', remit_name cannot be nil.")
  end

  if @remit_name.to_s.length > 50
    invalid_properties.push("invalid value for 'remit_name', the character length must be smaller than or equal to 50.")
  end

  if @location.nil?
    invalid_properties.push("invalid value for 'location', location cannot be nil.")
  end

  if !@address_one.nil? && @address_one.to_s.length > 50
    invalid_properties.push("invalid value for 'address_one', the character length must be smaller than or equal to 50.")
  end

  if !@address_two.nil? && @address_two.to_s.length > 50
    invalid_properties.push("invalid value for 'address_two', the character length must be smaller than or equal to 50.")
  end

  if !@city.nil? && @city.to_s.length > 50
    invalid_properties.push("invalid value for 'city', the character length must be smaller than or equal to 50.")
  end

  if !@zip.nil? && @zip.to_s.length > 12
    invalid_properties.push("invalid value for 'zip', the character length must be smaller than or equal to 12.")
  end

  if !@phone.nil? && @phone.to_s.length > 15
    invalid_properties.push("invalid value for 'phone', the character length must be smaller than or equal to 15.")
  end

  if @invoice_title.nil?
    invalid_properties.push("invalid value for 'invoice_title', invoice_title cannot be nil.")
  end

  if @invoice_title.to_s.length > 50
    invalid_properties.push("invalid value for 'invoice_title', the character length must be smaller than or equal to 50.")
  end

  if @payable_name.nil?
    invalid_properties.push("invalid value for 'payable_name', payable_name cannot be nil.")
  end

  if @payable_name.to_s.length > 50
    invalid_properties.push("invalid value for 'payable_name', the character length must be smaller than or equal to 50.")
  end

  if !@topcomment.nil? && @topcomment.to_s.length > 4000
    invalid_properties.push("invalid value for 'topcomment', the character length must be smaller than or equal to 4000.")
  end

  if !@invoice_footer.nil? && @invoice_footer.to_s.length > 500
    invalid_properties.push("invalid value for 'invoice_footer', the character length must be smaller than or equal to 500.")
  end

  if !@quote_footer.nil? && @quote_footer.to_s.length > 1000
    invalid_properties.push("invalid value for 'quote_footer', the character length must be smaller than or equal to 1000.")
  end

  if @overall_invoice_default.nil?
    invalid_properties.push("invalid value for 'overall_invoice_default', overall_invoice_default cannot be nil.")
  end

  if !@prefix_suffix_text.nil? && @prefix_suffix_text.to_s.length > 5
    invalid_properties.push("invalid value for 'prefix_suffix_text', the character length must be smaller than or equal to 5.")
  end

  if @email_template.nil?
    invalid_properties.push("invalid value for 'email_template', email_template cannot be nil.")
  end

  if !@business_number.nil? && @business_number.to_s.length > 50
    invalid_properties.push("invalid value for 'business_number', the character length must be smaller than or equal to 50.")
  end

  if !@custom_label.nil? && @custom_label.to_s.length > 50
    invalid_properties.push("invalid value for 'custom_label', the character length must be smaller than or equal to 50.")
  end

  if !@custom_text.nil? && @custom_text.to_s.length > 500
    invalid_properties.push("invalid value for 'custom_text', the character length must be smaller than or equal to 500.")
  end

  if !@company_code.nil? && @company_code.to_s.length > 250
    invalid_properties.push("invalid value for 'company_code', the character length must be smaller than or equal to 250.")
  end

  return invalid_properties
end
payable_name=(payable_name) click to toggle source

Custom attribute writer method with validation @param [Object] payable_name Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 734
def payable_name=(payable_name)
  if payable_name.nil?
    fail ArgumentError, "payable_name cannot be nil"
  end

  if payable_name.to_s.length > 50
    fail ArgumentError, "invalid value for 'payable_name', the character length must be smaller than or equal to 50."
  end

  @payable_name = payable_name
end
phone=(phone) click to toggle source

Custom attribute writer method with validation @param [Object] phone Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 709
def phone=(phone)

  if !phone.nil? && phone.to_s.length > 15
    fail ArgumentError, "invalid value for 'phone', the character length must be smaller than or equal to 15."
  end

  @phone = phone
end
prefix_suffix_flag=(prefix_suffix_flag) click to toggle source

Custom attribute writer method checking allowed values (enum). @param [Object] prefix_suffix_flag Object to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 781
def prefix_suffix_flag=(prefix_suffix_flag)
  validator = EnumAttributeValidator.new('String', ["Prefix", "Suffix"])
  unless validator.valid?(prefix_suffix_flag)
    fail ArgumentError, "invalid value for 'prefix_suffix_flag', must be one of #{validator.allowable_values}."
  end
  @prefix_suffix_flag = prefix_suffix_flag
end
prefix_suffix_text=(prefix_suffix_text) click to toggle source

Custom attribute writer method with validation @param [Object] prefix_suffix_text Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 791
def prefix_suffix_text=(prefix_suffix_text)

  if !prefix_suffix_text.nil? && prefix_suffix_text.to_s.length > 5
    fail ArgumentError, "invalid value for 'prefix_suffix_text', the character length must be smaller than or equal to 5."
  end

  @prefix_suffix_text = prefix_suffix_text
end
remit_name=(remit_name) click to toggle source

Custom attribute writer method with validation @param [Object] remit_name Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 651
def remit_name=(remit_name)
  if remit_name.nil?
    fail ArgumentError, "remit_name cannot be nil"
  end

  if remit_name.to_s.length > 50
    fail ArgumentError, "invalid value for 'remit_name', the character length must be smaller than or equal to 50."
  end

  @remit_name = remit_name
end
to_body() click to toggle source

to_body is an alias to to_hash (backward compatibility) @return [Hash] Returns the object in the form of hash

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 992
def to_body
  to_hash
end
to_hash() click to toggle source

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 998
def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end
to_s() click to toggle source

Returns the string representation of the object @return [String] String presentation of the object

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 986
def to_s
  to_hash.to_s
end
topcomment=(topcomment) click to toggle source

Custom attribute writer method with validation @param [Object] topcomment Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 748
def topcomment=(topcomment)

  if !topcomment.nil? && topcomment.to_s.length > 4000
    fail ArgumentError, "invalid value for 'topcomment', the character length must be smaller than or equal to 4000."
  end

  @topcomment = topcomment
end
valid?() click to toggle source

Check to see if the all the properties in the model are valid @return true if the model is valid

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 621
def valid?
  return false if @remit_name.nil?
  return false if @remit_name.to_s.length > 50
  return false if @location.nil?
  return false if !@address_one.nil? && @address_one.to_s.length > 50
  return false if !@address_two.nil? && @address_two.to_s.length > 50
  return false if !@city.nil? && @city.to_s.length > 50
  return false if !@zip.nil? && @zip.to_s.length > 12
  return false if !@phone.nil? && @phone.to_s.length > 15
  return false if @invoice_title.nil?
  return false if @invoice_title.to_s.length > 50
  return false if @payable_name.nil?
  return false if @payable_name.to_s.length > 50
  return false if !@topcomment.nil? && @topcomment.to_s.length > 4000
  return false if !@invoice_footer.nil? && @invoice_footer.to_s.length > 500
  return false if !@quote_footer.nil? && @quote_footer.to_s.length > 1000
  return false if @overall_invoice_default.nil?
  prefix_suffix_flag_validator = EnumAttributeValidator.new('String', ["Prefix", "Suffix"])
  return false unless prefix_suffix_flag_validator.valid?(@prefix_suffix_flag)
  return false if !@prefix_suffix_text.nil? && @prefix_suffix_text.to_s.length > 5
  return false if @email_template.nil?
  return false if !@business_number.nil? && @business_number.to_s.length > 50
  return false if !@custom_label.nil? && @custom_label.to_s.length > 50
  return false if !@custom_text.nil? && @custom_text.to_s.length > 500
  return false if !@company_code.nil? && @company_code.to_s.length > 250
  return true
end
zip=(zip) click to toggle source

Custom attribute writer method with validation @param [Object] zip Value to be assigned

# File lib/connectwise-ruby-sdk/models/billing_setup.rb, line 698
def zip=(zip)

  if !zip.nil? && zip.to_s.length > 12
    fail ArgumentError, "invalid value for 'zip', the character length must be smaller than or equal to 12."
  end

  @zip = zip
end