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