| 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. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayType |
PassthroughPaymentConfigurationImpl.getGatewayType() |
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayType |
OrderPaymentImpl.getGatewayType() |
PaymentGatewayType |
OrderPayment.getGatewayType()
Gets the gateway that was used to process this order payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderPaymentImpl.setPaymentGatewayType(PaymentGatewayType gatewayType) |
void |
OrderPayment.setPaymentGatewayType(PaymentGatewayType gatewayType)
Gets the gateway that was used to process this order payment.
|
Copyright © 2017. All rights reserved.