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