| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPaymentGatewayConfiguration |
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayConfiguration |
PaymentGatewayConfigurationService.getConfiguration() |
PaymentGatewayConfiguration |
AbstractPaymentGatewayConfigurationService.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Long |
PaymentGatewayCheckoutService.applyPaymentToOrder(PaymentResponseDTO responseDTO,
PaymentGatewayConfiguration config) |
Long |
CustomerPaymentGatewayService.createCustomerPaymentFromResponseDTO(PaymentResponseDTO responseDTO,
PaymentGatewayConfiguration config) |
void |
CustomerPaymentGatewayService.deleteCustomerPaymentFromResponseDTO(PaymentResponseDTO responseDTO,
PaymentGatewayConfiguration config) |
Long |
CustomerPaymentGatewayService.updateCustomerPaymentFromResponseDTO(PaymentResponseDTO responseDTO,
PaymentGatewayConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
abstract PaymentGatewayConfiguration |
PaymentGatewayAbstractController.getConfiguration() |
abstract PaymentGatewayConfiguration |
CustomerPaymentGatewayAbstractController.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
abstract PaymentGatewayConfiguration |
AbstractTRCreditCardExtensionHandler.getConfiguration() |
| Modifier and Type | Class and Description |
|---|---|
class |
PassthroughPaymentConfigurationImpl
A Default Configuration to handle Passthrough Payments, for example COD payments.
|
| Modifier and Type | Field and Description |
|---|---|
protected PaymentGatewayConfiguration |
PassthroughPaymentConfigurationServiceImpl.configuration |
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayConfiguration |
PassthroughPaymentConfigurationServiceImpl.getConfiguration() |
Copyright © 2022. All rights reserved.