Uses of Class
de.hybris.platform.acceleratorservices.payment.data.PaymentErrorField
-
-
Uses of PaymentErrorField in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return PaymentErrorField Modifier and Type Method Description protected PaymentErrorFieldDefaultCreateSubscriptionResultValidationStrategy. getOrCreatePaymentErrorField(java.util.Map<java.lang.String,PaymentErrorField> errors, java.lang.String fieldName)Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return types with arguments of type PaymentErrorField Modifier and Type Method Description java.util.Map<java.lang.String,PaymentErrorField>DefaultCreateSubscriptionResultValidationStrategy. validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors, CreateSubscriptionResult response)Method parameters in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with type arguments of type PaymentErrorField Modifier and Type Method Description protected PaymentErrorFieldDefaultCreateSubscriptionResultValidationStrategy. getOrCreatePaymentErrorField(java.util.Map<java.lang.String,PaymentErrorField> errors, java.lang.String fieldName)protected voidDefaultCreateSubscriptionResultValidationStrategy. processPspErrors(java.util.Map<java.lang.String,PaymentErrorField> errors, java.util.Map<java.lang.Integer,java.lang.String> pspErrors)java.util.Map<java.lang.String,PaymentErrorField>DefaultCreateSubscriptionResultValidationStrategy. validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors, CreateSubscriptionResult response) -
Uses of PaymentErrorField in de.hybris.platform.acceleratorservices.payment.data
Methods in de.hybris.platform.acceleratorservices.payment.data that return types with arguments of type PaymentErrorField Modifier and Type Method Description java.util.Map<java.lang.String,PaymentErrorField>PaymentSubscriptionResult. getErrors()Method parameters in de.hybris.platform.acceleratorservices.payment.data with type arguments of type PaymentErrorField Modifier and Type Method Description voidPaymentSubscriptionResult. setErrors(java.util.Map<java.lang.String,PaymentErrorField> errors) -
Uses of PaymentErrorField in de.hybris.platform.acceleratorservices.payment.strategies
Methods in de.hybris.platform.acceleratorservices.payment.strategies that return types with arguments of type PaymentErrorField Modifier and Type Method Description java.util.Map<java.lang.String,PaymentErrorField>CreateSubscriptionResultValidationStrategy. validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors, CreateSubscriptionResult response)Method parameters in de.hybris.platform.acceleratorservices.payment.strategies with type arguments of type PaymentErrorField Modifier and Type Method Description java.util.Map<java.lang.String,PaymentErrorField>CreateSubscriptionResultValidationStrategy. validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors, CreateSubscriptionResult response) -
Uses of PaymentErrorField in de.hybris.platform.acceleratorservices.payment.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.strategies.impl that return PaymentErrorField Modifier and Type Method Description protected PaymentErrorFieldAbstractPaymentResponseInterpretationStrategy. getOrCreatePaymentErrorField(java.util.Map<java.lang.String,PaymentErrorField> errors, java.lang.String fieldName)Method parameters in de.hybris.platform.acceleratorservices.payment.strategies.impl with type arguments of type PaymentErrorField Modifier and Type Method Description protected PaymentErrorFieldAbstractPaymentResponseInterpretationStrategy. getOrCreatePaymentErrorField(java.util.Map<java.lang.String,PaymentErrorField> errors, java.lang.String fieldName)
-