Class CispaymentConstants
- java.lang.Object
-
- de.hybris.platform.integration.cis.payment.constants.GeneratedCispaymentConstants
-
- de.hybris.platform.integration.cis.payment.constants.CispaymentConstants
-
public class CispaymentConstants extends GeneratedCispaymentConstants
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.integration.cis.payment.constants.GeneratedCispaymentConstants
GeneratedCispaymentConstants.Attributes, GeneratedCispaymentConstants.TC
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXTENSIONNAMEstatic java.lang.IntegerGENERAL_PAYMENT_ERR_CODEGeneric payment error.static java.lang.IntegerHYSTRIX_FALLBACK_ERR_CODEError code which signifies a failed webservice call.
-
-
-
Field Detail
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
- See Also:
- Constant Field Values
-
HYSTRIX_FALLBACK_ERR_CODE
public static final java.lang.Integer HYSTRIX_FALLBACK_ERR_CODE
Error code which signifies a failed webservice call. The HYSTRIX fallback event was executed.
-
GENERAL_PAYMENT_ERR_CODE
public static final java.lang.Integer GENERAL_PAYMENT_ERR_CODE
Generic payment error.
-
-