class Quickbooks::Service::CustomerType
Public Instance Methods
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
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
Source
# File lib/quickbooks/service/customer_type.rb, line 15 def model Quickbooks::Model::CustomerType end