public interface PaymentServiceResolver
| Modifier and Type | Method and Description |
|---|---|
CancelPaymentService |
getCancelPaymentService(PisPaymentCancellationRequest paymentCancellationRequest)
Returns definite service for payment cancellation depending on the input payment cancellation data.
|
CreatePaymentService |
getCreatePaymentService(PaymentInitiationParameters paymentInitiationParameters)
Returns definite service for payment creation depending on the payment initiation parameters.
|
ReadPaymentService |
getReadPaymentService(CommonPaymentData commonPaymentData)
Returns definite service for getting payment details depending on the input payment data.
|
ReadPaymentStatusService |
getReadPaymentStatusService(PisCommonPaymentResponse pisCommonPaymentResponse) |
CreatePaymentService getCreatePaymentService(PaymentInitiationParameters paymentInitiationParameters)
paymentInitiationParameters - PaymentInitiationParameters objectCreatePaymentServiceReadPaymentService getReadPaymentService(CommonPaymentData commonPaymentData)
commonPaymentData - CommonPaymentData objectReadPaymentServiceReadPaymentStatusService getReadPaymentStatusService(PisCommonPaymentResponse pisCommonPaymentResponse)
CancelPaymentService getCancelPaymentService(PisPaymentCancellationRequest paymentCancellationRequest)
paymentCancellationRequest - PisPaymentCancellationRequest objectCancelPaymentServiceCopyright © 2020. All rights reserved.