@Service(value="blPassthroughPaymentConfiguration") public class PassthroughPaymentConfigurationImpl extends Object implements PaymentGatewayConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected int |
failureReportingThreshold |
protected boolean |
performAuthorizeAndCapture |
| Constructor and Description |
|---|
PassthroughPaymentConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailureReportingThreshold() |
PaymentGatewayType |
getGatewayType() |
boolean |
handlesAuthorize() |
boolean |
handlesAuthorizeAndCapture() |
boolean |
handlesCapture() |
boolean |
handlesMultiplePayments() |
boolean |
handlesMultipleShipment() |
boolean |
handlesPartialCapture() |
boolean |
handlesRecurringPayment() |
boolean |
handlesRefund() |
boolean |
handlesReverseAuthorize() |
boolean |
handlesSavedCustomerPayment() |
boolean |
handlesVoid() |
boolean |
isPerformAuthorizeAndCapture() |
void |
setFailureReportingThreshold(int failureReportingThreshold) |
void |
setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture) |
protected int failureReportingThreshold
protected boolean performAuthorizeAndCapture
public boolean isPerformAuthorizeAndCapture()
isPerformAuthorizeAndCapture in interface PaymentGatewayConfigurationpublic void setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture)
setPerformAuthorizeAndCapture in interface PaymentGatewayConfigurationpublic int getFailureReportingThreshold()
getFailureReportingThreshold in interface PaymentGatewayConfigurationpublic void setFailureReportingThreshold(int failureReportingThreshold)
setFailureReportingThreshold in interface PaymentGatewayConfigurationpublic boolean handlesAuthorize()
handlesAuthorize in interface PaymentGatewayConfigurationpublic boolean handlesCapture()
handlesCapture in interface PaymentGatewayConfigurationpublic boolean handlesAuthorizeAndCapture()
handlesAuthorizeAndCapture in interface PaymentGatewayConfigurationpublic boolean handlesReverseAuthorize()
handlesReverseAuthorize in interface PaymentGatewayConfigurationpublic boolean handlesVoid()
handlesVoid in interface PaymentGatewayConfigurationpublic boolean handlesRefund()
handlesRefund in interface PaymentGatewayConfigurationpublic boolean handlesPartialCapture()
handlesPartialCapture in interface PaymentGatewayConfigurationpublic boolean handlesMultipleShipment()
handlesMultipleShipment in interface PaymentGatewayConfigurationpublic boolean handlesRecurringPayment()
handlesRecurringPayment in interface PaymentGatewayConfigurationpublic boolean handlesSavedCustomerPayment()
handlesSavedCustomerPayment in interface PaymentGatewayConfigurationpublic boolean handlesMultiplePayments()
handlesMultiplePayments in interface PaymentGatewayConfigurationpublic PaymentGatewayType getGatewayType()
getGatewayType in interface PaymentGatewayConfigurationCopyright © 2014. All Rights Reserved.