| Interface | Description |
|---|---|
| CustomerPaymentService | |
| OrderPaymentService | |
| OrderPaymentStatusService |
This service provides a mechanism to calculate order payment status which
is dynamically calculated based on the state of the containing transactions.
|
| OrderToPaymentRequestDTOService | |
| PaymentResponseDTOToEntityService |
| Class | Description |
|---|---|
| CustomerPaymentServiceImpl | |
| DefaultCustomerPaymentGatewayService |
Core framework implementation of the
CustomerPaymentGatewayService. |
| DefaultPaymentGatewayCheckoutService |
Core framework implementation of the
PaymentGatewayCheckoutService. |
| OrderPaymentServiceImpl | |
| OrderPaymentStatusServiceImpl | |
| OrderToPaymentRequestDTOServiceImpl |
Service that translates various pieces of information such as:
-
Order
- PaymentTransaction
into a PaymentRequestDTO so that the gateway can create
the appropriate request for a specific transaction. |
| PaymentResponseDTOToEntityServiceImpl |
Copyright © 2017. All rights reserved.