| Package | Description |
|---|---|
| org.broadleafcommerce.common.payment | |
| org.broadleafcommerce.common.payment.dto | |
| org.broadleafcommerce.core.payment.domain |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionType |
PaymentLog.getTransactionType()
Deprecated.
|
PaymentTransactionType |
PaymentLogImpl.getTransactionType()
Deprecated.
|
PaymentTransactionType |
PaymentTransactionImpl.getType() |
PaymentTransactionType |
PaymentTransaction.getType()
The type of
|
| Modifier and Type | Method and Description |
|---|---|
Money |
OrderPaymentImpl.getSuccessfulTransactionAmountForType(PaymentTransactionType type) |
Money |
OrderPayment.getSuccessfulTransactionAmountForType(PaymentTransactionType type)
Returns all of the transactions on this payment that were successful for the given type.
|
Money |
OrderPaymentImpl.getTransactionAmountForType(PaymentTransactionType type) |
Money |
OrderPayment.getTransactionAmountForType(PaymentTransactionType type)
Looks through all of the transactions for this payment and adds up the amount for the given transaction type.
|
List<PaymentTransaction> |
OrderPaymentImpl.getTransactionsForType(PaymentTransactionType type) |
List<PaymentTransaction> |
OrderPayment.getTransactionsForType(PaymentTransactionType type)
Returns a transaction for given type.
|
void |
PaymentLog.setTransactionType(PaymentTransactionType transactionType)
Deprecated.
|
void |
PaymentLogImpl.setTransactionType(PaymentTransactionType transactionType)
Deprecated.
|
void |
PaymentTransactionImpl.setType(PaymentTransactionType type) |
void |
PaymentTransaction.setType(PaymentTransactionType type) |
Copyright © 2015. All rights reserved.