class Quickbooks::Service::CustomerType

Public Instance Methods

create(customer_type) click to toggle source
# File lib/quickbooks/service/customer_type.rb, line 9
def create(customer_type)
  raise Quickbooks::UnsupportedOperation.new('Creating/updating CustomerType is not supported by Intuit')
end
delete(customer_type) click to toggle source
# File lib/quickbooks/service/customer_type.rb, line 5
def delete(customer_type)
  raise Quickbooks::UnsupportedOperation.new('Deleting CustomerType is not supported by Intuit')
end

Private Instance Methods

model() click to toggle source
# File lib/quickbooks/service/customer_type.rb, line 15
def model
  Quickbooks::Model::CustomerType
end