Interface PaymentTypeValidator
-
- All Known Implementing Classes:
BulkPaymentTypeValidatorImpl,PeriodicPaymentTypeValidatorImpl,SinglePaymentTypeValidatorImpl
public interface PaymentTypeValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.profile.PaymentTypegetPaymentType()de.adorsys.psd2.xs2a.core.error.MessageErrorvalidate(Object body, de.adorsys.psd2.xs2a.core.error.MessageError messageError, PaymentValidationConfig validationConfig)
-
-
-
Method Detail
-
getPaymentType
de.adorsys.psd2.xs2a.core.profile.PaymentType getPaymentType()
-
validate
de.adorsys.psd2.xs2a.core.error.MessageError validate(Object body, de.adorsys.psd2.xs2a.core.error.MessageError messageError, PaymentValidationConfig validationConfig)
-
-