def update_tax(tax, options={})
        raise(ArgumentError, "tax has the wrong type") unless tax.is_a?(Invoicexpress::Models::Tax)

        if !tax.id
          raise ArgumentError, "Tax ID is required"