| Package | Description |
|---|---|
| org.broadleafcommerce.common.payment | |
| org.broadleafcommerce.common.payment.dto |
| Modifier and Type | Field and Description |
|---|---|
static PaymentTransactionType |
PaymentTransactionType.AUTHORIZE
Funds have been authorized for capture.
|
static PaymentTransactionType |
PaymentTransactionType.AUTHORIZE_AND_CAPTURE
Funds have been captured/authorized all at once.
|
static PaymentTransactionType |
PaymentTransactionType.CAPTURE
Funds have been charged/submitted/debited from the customer and payment is complete.
|
static PaymentTransactionType |
PaymentTransactionType.REFUND
Funds have been refunded/credited.
|
static PaymentTransactionType |
PaymentTransactionType.REVERSE_AUTH
The reverse of
AUTHORIZE. |
static PaymentTransactionType |
PaymentTransactionType.SETTLED
Can ONLY occur after a payment has been
CAPTUREd. |
static PaymentTransactionType |
PaymentTransactionType.UNCONFIRMED
This occurs for Payment Types like PayPal Express Checkout where a transaction must be confirmed at a later stage.
|
static PaymentTransactionType |
PaymentTransactionType.VOID
Void can happen after a CAPTURE but before it has been SETTLED.
|
| Modifier and Type | Method and Description |
|---|---|
static PaymentTransactionType |
PaymentTransactionType.getInstance(String type) |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTransactionType |
PaymentResponseDTO.paymentTransactionType
The Transaction Type of the Payment that this response represents
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionType |
PaymentResponseDTO.getPaymentTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponseDTO |
PaymentResponseDTO.paymentTransactionType(PaymentTransactionType paymentTransactionType) |
Copyright © 2014. All Rights Reserved.