| Package | Description |
|---|---|
| org.broadleafcommerce.common.payment | |
| org.broadleafcommerce.common.payment.dto | |
| org.broadleafcommerce.common.payment.service |
| 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. |
Copyright © 2014. All Rights Reserved.