Whether the expiration date is valid
Example:
when (event) { is ExpirationDateTextFieldEvent.IsValid -> { if (event.isValid) { enableNextButton() } else { showValidationError() } }}