You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Can I get a refund for unused services?

If you cancel your service prior to the beginning of a new quarter and have already paid for it, you may receive a refund for that unused service. If you cancel after the quarter begins, BAREIS do not refund any portion of the quarter.

  • 164
  • 07-Oct-2017
  • 1471 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });