public interface CountryValidatorHolder
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryIdentifier()
Returns country identifier for which payment validators will be applied
|
PaymentBodyFieldsValidator |
getPaymentBodyFieldsValidator()
Returns payment body fields validator for validating format of the payment
|
PaymentBusinessValidator |
getPaymentBusinessValidator()
Returns payment business validator for executing custom validation according to specific business rules.
|
default boolean |
isCustom()
Defines either country validation holder is custom or not.
|
String getCountryIdentifier()
PaymentBodyFieldsValidator getPaymentBodyFieldsValidator()
PaymentBusinessValidator getPaymentBusinessValidator()
Will be executed after validating payment fields, but before any call to SPI.
default boolean isCustom()
Copyright © 2020. All rights reserved.