public interface PaymentBusinessValidator
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.psd2.xs2a.core.service.validator.ValidationResult |
validate(byte[] body,
String paymentProduct,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType)
Validates a payment according to some business rules
|
de.adorsys.psd2.xs2a.core.service.validator.ValidationResult validate(byte[] body,
String paymentProduct,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType)
body - byte representation of the payment bodypaymentProduct - payment productpaymentType - payment typeCopyright © 2020. All rights reserved.