validateForm method
void
validateForm()
Validates text input fields on the Form
Implementation
void validateForm() {
this.setValidationMessages({
AmountValueKey: getValidationMessage(AmountValueKey),
CardNumberValueKey: getValidationMessage(CardNumberValueKey),
ExpiryDateValueKey: getValidationMessage(ExpiryDateValueKey),
CvvValueKey: getValidationMessage(CvvValueKey),
});
}