| Package | Description |
|---|---|
| org.broadleafcommerce.common.payment | |
| org.broadleafcommerce.common.payment.dto |
| Modifier and Type | Field and Description |
|---|---|
static PaymentType |
PaymentType.BANK_ACCOUNT |
static PaymentType |
PaymentType.CHECK |
static PaymentType |
PaymentType.COD |
static PaymentType |
PaymentType.CREDIT_CARD |
static PaymentType |
PaymentType.CUSTOMER_CREDIT |
static PaymentType |
PaymentType.ELECTRONIC_CHECK |
static PaymentType |
PaymentType.GIFT_CARD |
static PaymentType |
PaymentType.MONEY_ORDER |
static PaymentType |
PaymentType.THIRD_PARTY_ACCOUNT
Intended for modules like PayPal Express Checkout
It is important to note that in this system an `UNCONFIRMED` `THIRD_PARTY_ACCOUNT` has a specific use case.
|
static PaymentType |
PaymentType.WIRE |
| Modifier and Type | Method and Description |
|---|---|
static PaymentType |
PaymentType.getInstance(String type) |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentType |
PaymentResponseDTO.paymentType
The Type of Payment that this transaction response represents
|
| Modifier and Type | Method and Description |
|---|---|
PaymentType |
PaymentResponseDTO.getPaymentType() |
| Constructor and Description |
|---|
PaymentResponseDTO(PaymentType paymentType,
PaymentGatewayType gatewayType) |
Copyright © 2014. All Rights Reserved.