| Modifier and Type | Field and Description |
|---|---|
static PaymentGatewayType |
PaymentGatewayType.PASSTHROUGH |
static PaymentGatewayType |
PaymentGatewayType.TEMPORARY |
| Modifier and Type | Method and Description |
|---|---|
static PaymentGatewayType |
PaymentGatewayType.getInstance(String type) |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentGatewayType |
PaymentResponseDTO.paymentGatewayType
The Payment Gateway Type that this transaction response represents
|
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayType |
PaymentResponseDTO.getPaymentGatewayType() |
| Constructor and Description |
|---|
PaymentResponseDTO(PaymentType paymentType,
PaymentGatewayType gatewayType) |
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayType |
PaymentGatewayConfiguration.getGatewayType()
Each payment module should have a unique subclass of
PaymentGatewayType with only a single type. |
PaymentGatewayType |
PaymentGatewayResolverImpl.resolvePaymentGateway(org.springframework.web.context.request.WebRequest request) |
PaymentGatewayType |
PaymentGatewayResolver.resolvePaymentGateway(org.springframework.web.context.request.WebRequest request)
Resolves a
PaymentGatewayType
based on a WebRequest |
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayConfigurationService |
PaymentGatewayConfigurationServiceProviderImpl.getGatewayConfigurationService(PaymentGatewayType gatewayType) |
PaymentGatewayConfigurationService |
PaymentGatewayConfigurationServiceProvider.getGatewayConfigurationService(PaymentGatewayType gatewayType)
Returns the first
PaymentGatewayConfigurationService that matches the given PaymentGatewayType. |
boolean |
PaymentGatewayResolverImpl.isHandlerCompatible(PaymentGatewayType handlerType) |
boolean |
PaymentGatewayResolver.isHandlerCompatible(PaymentGatewayType handlerType)
Used by Transparent Redirect Solutions that utilize Thymeleaf Processors and Expressions.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PaymentGatewayType |
AbstractPaymentGatewayFieldExtensionHandler.getHandlerType() |
| Modifier and Type | Method and Description |
|---|---|
abstract PaymentGatewayType |
AbstractCreditCardTypesExtensionHandler.getHandlerType() |
PaymentGatewayType |
AbstractTRCreditCardExtensionHandler.getHandlerType() |
Copyright © 2018. All rights reserved.