| 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.CUSTOMER_PAYMENT |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderServiceImpl.removePaymentsFromOrder(Order order,
PaymentType paymentInfoType) |
void |
OrderService.removePaymentsFromOrder(Order order,
PaymentType paymentInfoType)
Deletes the OrderPayment Info of the passed in type from the order
Note that this method will also delete any associated Secure OrderPayment Infos if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentType |
OrderPaymentImpl.getType() |
PaymentType |
OrderPayment.getType()
The type of this payment like Credit Card or Gift Card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderPaymentImpl.setType(PaymentType type) |
void |
OrderPayment.setType(PaymentType type)
Sets the type of this payment like Credit Card or Gift Card
|
| Modifier and Type | Method and Description |
|---|---|
Referenced |
SecureOrderPaymentService.create(PaymentType paymentType) |
Referenced |
SecureOrderPaymentServiceImpl.create(PaymentType paymentType) |
void |
SecureOrderPaymentService.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
void |
SecureOrderPaymentServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentService.findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentServiceImpl.findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
BroadleafCheckoutController.processPassthroughCheckout(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
PaymentType paymentType)
Creates a pass-through payment of the PaymentType passed in with
an amount equal to the order total after any non-final applied payments.
|
Copyright © 2015. All rights reserved.