const invalidAccountNumber = "Invalid account number provided. Please correct";
const invalidPaymentVendor = "Invalid Payment Vendor Configured. Please correct";
const captchaCodeValidationErrorMessage = "You've entered an incorrect verification code. Please try again.";
const changeSignature = "Click to change signature";
const electronicSignatureRequired = "Electronic Signature is required. Please enter a signature."
const discontinueServiceFailed = "Failed to discontinue service request. Please try again."
var invalidDetailsErrorMessage = "Invalid details provided.";
Stop Service
var e400 = "You've entered an invalid account number. Please try again.";
var e401 = "You've entered an incorrect verification code. Please try again.";
var e402 = "Failed validation";
var dateValidationErrorMessage = "Please enter a valid date.";
var alphaNumericValidationErrorMessage = "Please only enter alphanumeric characters";
var invalidMailingAddressErrorMessage = "Invalid mailing address details provided. Please correct."
var discontinueServiceGenericError = "Something went wrong, please try again."
var discontinueServiceRequiredFieldsErrorMessage = "Please enter one of the validation fields below";
var calendarAgeInYears = 18;
var invalidDateError = "The date entered is not allowed. Please enter a different date.";