Class AbstractPaymentResponseInterpretationStrategy
java.lang.Object
de.hybris.platform.acceleratorservices.payment.strategies.impl.AbstractPaymentResponseInterpretationStrategy
- All Implemented Interfaces:
PaymentResponseInterpretationStrategy
- Direct Known Subclasses:
DefaultPaymentResponseInterpretationStrategy,HopPaymentResponseInterpretationStrategy
public abstract class AbstractPaymentResponseInterpretationStrategy
extends Object
implements PaymentResponseInterpretationStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PaymentErrorFieldgetOrCreatePaymentErrorField(Map<String, PaymentErrorField> errors, String fieldName) protected voidparseMissingFields(Map<String, String> parameters, Map<String, PaymentErrorField> errors) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.acceleratorservices.payment.strategies.PaymentResponseInterpretationStrategy
interpretResponse
-
Constructor Details
-
AbstractPaymentResponseInterpretationStrategy
public AbstractPaymentResponseInterpretationStrategy()
-
-
Method Details
-
parseMissingFields
-
getOrCreatePaymentErrorField
protected PaymentErrorField getOrCreatePaymentErrorField(Map<String, PaymentErrorField> errors, String fieldName)
-