@Component public class GetPaymentStatusByIdValidator extends AbstractPisValidator<GetPaymentStatusByIdPO>
| Constructor and Description |
|---|
GetPaymentStatusByIdValidator(RequestProviderService requestProviderService) |
| Modifier and Type | Method and Description |
|---|---|
protected ValidationResult |
executeBusinessValidation(GetPaymentStatusByIdPO paymentObject)
Validates get payment status by ID request by checking whether:
given payment's type and product are valid for the payment
|
getRequestProviderService, setPisValidators, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildWarningMessagespublic GetPaymentStatusByIdValidator(RequestProviderService requestProviderService)
protected ValidationResult executeBusinessValidation(GetPaymentStatusByIdPO paymentObject)
executeBusinessValidation in class AbstractPisValidator<GetPaymentStatusByIdPO>paymentObject - payment information objectCopyright © 2020. All rights reserved.