public class PaymentOperationContext
extends java.lang.Object
Constructor and Description |
---|
PaymentOperationContext() |
Modifier and Type | Method and Description |
---|---|
void |
setStrategies(java.util.Collection<PaymentOperationStrategy> strategies) |
PaymentOperationStrategy |
strategy(IsvPaymentTransactionModel transaction)
Returns a concrete implementation of
PaymentOperationStrategy applicable for provided
isv.sap.payment.model.IsvPaymentTransactionModel |
protected AlternativePaymentMethod |
transformPaymentMethod(isv.cjl.payment.enums.AlternativePaymentMethod paymentMethod) |
public PaymentOperationStrategy strategy(IsvPaymentTransactionModel transaction)
PaymentOperationStrategy
applicable for provided
isv.sap.payment.model.IsvPaymentTransactionModel
transaction
- PaymentOperationStrategy
that supports payment type and alternative methodprotected AlternativePaymentMethod transformPaymentMethod(isv.cjl.payment.enums.AlternativePaymentMethod paymentMethod)
public void setStrategies(java.util.Collection<PaymentOperationStrategy> strategies)