| Package | Description |
|---|---|
| org.broadleafcommerce.core.payment.service.workflow |
| Modifier and Type | Field and Description |
|---|---|
static PaymentActionType |
PaymentActionType.AUTHORIZE |
static PaymentActionType |
PaymentActionType.AUTHORIZEANDDEBIT |
static PaymentActionType |
PaymentActionType.BALANCE |
static PaymentActionType |
PaymentActionType.CREDIT |
static PaymentActionType |
PaymentActionType.DEBIT |
static PaymentActionType |
PaymentActionType.PARTIALPAYMENT |
protected PaymentActionType |
PaymentProcessContextFactory.paymentActionType |
static PaymentActionType |
PaymentActionType.REVERSEAUTHORIZE |
static PaymentActionType |
PaymentActionType.VOID |
| Modifier and Type | Method and Description |
|---|---|
PaymentActionType |
CombinedPaymentContextSeed.getActionType() |
static PaymentActionType |
PaymentActionType.getInstance(String type) |
PaymentActionType |
PaymentProcessContextFactory.getPaymentActionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProcessContextFactory.setPaymentActionType(PaymentActionType paymentActionType) |
| Constructor and Description |
|---|
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse) |
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse,
Money transactionAmount) |
Copyright © 2014. All Rights Reserved.