public abstract class AbstractCreditCardTypesExtensionHandler extends AbstractExtensionHandler implements CreditCardTypesExtensionHandler
| Modifier and Type | Field and Description |
|---|---|
protected PaymentGatewayResolver |
paymentGatewayResolver |
enabled, priority| Constructor and Description |
|---|
AbstractCreditCardTypesExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract PaymentGatewayType |
getHandlerType() |
ExtensionResultStatusType |
populateCreditCardMap(Map<String,String> creditCardTypes)
The registered Extension Handler will populate any specific Payment Gateway
codes required for Credit Card Types.
|
abstract void |
setCardTypes(Map<String,String> creditCardTypes) |
getPriority, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledprotected PaymentGatewayResolver paymentGatewayResolver
public AbstractCreditCardTypesExtensionHandler()
public ExtensionResultStatusType populateCreditCardMap(Map<String,String> creditCardTypes)
CreditCardTypesExtensionHandlerpopulateCreditCardMap in interface CreditCardTypesExtensionHandlerpublic abstract PaymentGatewayType getHandlerType()
Copyright © 2018. All rights reserved.