| Modifier and Type | Method and Description |
|---|---|
void |
OrderServiceImpl.removePaymentsFromOrder(Order order,
PaymentInfoType paymentInfoType) |
void |
OrderService.removePaymentsFromOrder(Order order,
PaymentInfoType paymentInfoType)
Deletes the Payment Info of the passed in type from the order
Note that this method will also delete any associated Secure Payment Infos if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentInfoType |
PaymentInfo.getType() |
PaymentInfoType |
PaymentInfoImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentInfo.setType(PaymentInfoType type) |
void |
PaymentInfoImpl.setType(PaymentInfoType type) |
| Modifier and Type | Method and Description |
|---|---|
Referenced |
SecurePaymentInfoService.create(PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoServiceImpl.create(PaymentInfoType paymentInfoType) |
void |
SecurePaymentInfoService.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
void |
SecurePaymentInfoServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoService.findSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoServiceImpl.findSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
Boolean |
PaymentServiceImpl.isValidCandidate(PaymentInfoType paymentType) |
Boolean |
PaymentService.isValidCandidate(PaymentInfoType paymentType) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
AcceptAndPassthroughModule.isValidCandidate(PaymentInfoType paymentType) |
Boolean |
DefaultModule.isValidCandidate(PaymentInfoType paymentType) |
Boolean |
PaymentModule.isValidCandidate(PaymentInfoType paymentType) |
Boolean |
NullCreditCardPaymentModule.isValidCandidate(PaymentInfoType paymentType) |
| Modifier and Type | Field and Description |
|---|---|
static PaymentInfoType |
PaymentInfoType.ACCOUNT |
static PaymentInfoType |
PaymentInfoType.BANK_ACCOUNT |
static PaymentInfoType |
PaymentInfoType.CHECK |
static PaymentInfoType |
PaymentInfoType.CREDIT_CARD |
static PaymentInfoType |
PaymentInfoType.CUSTOMER_CREDIT |
static PaymentInfoType |
PaymentInfoType.ELECTRONIC_CHECK |
static PaymentInfoType |
PaymentInfoType.GIFT_CARD |
static PaymentInfoType |
PaymentInfoType.MONEY_ORDER |
static PaymentInfoType |
PaymentInfoType.PAYPAL |
static PaymentInfoType |
PaymentInfoType.WIRE |
| Modifier and Type | Method and Description |
|---|---|
static PaymentInfoType |
PaymentInfoType.getInstance(String type) |
Copyright © 2014. All Rights Reserved.