class Quickbooks::Service::Customer

def delete(customer)

def delete(customer)
  customer.active = false
  update(customer, :sparse => true)
end