@Service(value="blPassthroughPaymentConfiguration") public class PassthroughPaymentConfigurationImpl extends AbstractPaymentGatewayConfiguration
| 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 PaymentGatewayConfigurationisPerformAuthorizeAndCapture in class AbstractPaymentGatewayConfigurationpublic void setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture)
setPerformAuthorizeAndCapture in interface PaymentGatewayConfigurationsetPerformAuthorizeAndCapture in class AbstractPaymentGatewayConfigurationpublic int getFailureReportingThreshold()
getFailureReportingThreshold in interface PaymentGatewayConfigurationgetFailureReportingThreshold in class AbstractPaymentGatewayConfigurationpublic void setFailureReportingThreshold(int failureReportingThreshold)
setFailureReportingThreshold in interface PaymentGatewayConfigurationsetFailureReportingThreshold in class AbstractPaymentGatewayConfigurationpublic boolean handlesAuthorize()
handlesAuthorize in interface PaymentGatewayConfigurationhandlesAuthorize in class AbstractPaymentGatewayConfigurationpublic boolean handlesCapture()
handlesCapture in interface PaymentGatewayConfigurationhandlesCapture in class AbstractPaymentGatewayConfigurationpublic boolean handlesAuthorizeAndCapture()
handlesAuthorizeAndCapture in interface PaymentGatewayConfigurationhandlesAuthorizeAndCapture in class AbstractPaymentGatewayConfigurationpublic boolean handlesReverseAuthorize()
handlesReverseAuthorize in interface PaymentGatewayConfigurationhandlesReverseAuthorize in class AbstractPaymentGatewayConfigurationpublic boolean handlesVoid()
handlesVoid in interface PaymentGatewayConfigurationhandlesVoid in class AbstractPaymentGatewayConfigurationpublic boolean handlesRefund()
handlesRefund in interface PaymentGatewayConfigurationhandlesRefund in class AbstractPaymentGatewayConfigurationpublic boolean handlesPartialCapture()
handlesPartialCapture in interface PaymentGatewayConfigurationhandlesPartialCapture in class AbstractPaymentGatewayConfigurationpublic boolean handlesMultipleShipment()
handlesMultipleShipment in interface PaymentGatewayConfigurationhandlesMultipleShipment in class AbstractPaymentGatewayConfigurationpublic boolean handlesRecurringPayment()
handlesRecurringPayment in interface PaymentGatewayConfigurationhandlesRecurringPayment in class AbstractPaymentGatewayConfigurationpublic boolean handlesSavedCustomerPayment()
handlesSavedCustomerPayment in interface PaymentGatewayConfigurationhandlesSavedCustomerPayment in class AbstractPaymentGatewayConfigurationpublic boolean handlesMultiplePayments()
handlesMultiplePayments in interface PaymentGatewayConfigurationhandlesMultiplePayments in class AbstractPaymentGatewayConfigurationpublic PaymentGatewayType getGatewayType()
getGatewayType in interface PaymentGatewayConfigurationgetGatewayType in class AbstractPaymentGatewayConfigurationCopyright © 2020. All rights reserved.