public class DefaultCommercePaymentAuthorizationStrategy extends java.lang.Object implements CommercePaymentAuthorizationStrategy
| Constructor and Description |
|---|
DefaultCommercePaymentAuthorizationStrategy() |
public DefaultCommercePaymentAuthorizationStrategy()
public PaymentTransactionEntryModel authorizePaymentAmount(CommerceCheckoutParameter parameter)
authorizePaymentAmount in interface CommercePaymentAuthorizationStrategyprotected void beforeAuthorizePaymentAmount(CommerceCheckoutParameter parameter)
protected void afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter, PaymentTransactionEntryModel paymentTransactionEntryModel)
protected GenerateMerchantTransactionCodeStrategy getGenerateMerchantTransactionCodeStrategy()
public void setGenerateMerchantTransactionCodeStrategy(GenerateMerchantTransactionCodeStrategy generateMerchantTransactionCodeStrategy)
protected I18NService getI18nService()
public void setI18nService(I18NService i18nService)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected PaymentService getPaymentService()
public void setPaymentService(PaymentService paymentService)
protected java.util.List<AuthorizePaymentMethodHook> getAuthorizePaymentHooks()
public void setAuthorizePaymentHooks(java.util.List<AuthorizePaymentMethodHook> authorizePaymentHooks)
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2018 SAP SE. All Rights Reserved.