Interface SapDigitalPaymentAuthorizationStrategy
-
- All Known Implementing Classes:
DefaultSapDigitalPaymentAuthorizationStrategy,SapDigitalPaymentDummyAuthorizationStrategy,SapDigitalPaymentSplitAuthorizationStrategy,SapRevenueCloudDpSplitAuthorizationStrategy
public interface SapDigitalPaymentAuthorizationStrategyDefines the method for payment amount authorization stategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanauthorizePayment(CommerceCheckoutParameter parameter)Payment authorization method forSapDigitalPaymentAuthorizationStrategy
-
-
-
Method Detail
-
authorizePayment
boolean authorizePayment(CommerceCheckoutParameter parameter)
Payment authorization method forSapDigitalPaymentAuthorizationStrategy- Parameters:
parameter- -CommerceCheckoutParametercommerce checkout parameter- Returns:
- boolean - determine whether the authorization call is success or not
-
-