Class CisavsConstants
- java.lang.Object
-
- de.hybris.platform.integration.cis.avs.constants.GeneratedCisavsConstants
-
- de.hybris.platform.integration.cis.avs.constants.CisavsConstants
-
public final class CisavsConstants extends GeneratedCisavsConstants
Global class for all Cisavs constants. You can add global constants for your extension into this class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAVS_COUNTRIES_PROPproperty that contains the countries which addresses need to go through avs checkstatic java.lang.StringAVS_SHOW_SUGGESTED_ADDRESSES_PROPproperty that defines if suggested addresses should be shown to the end user or notstatic java.lang.StringAVS_SUGGESTED_ADDRESS_AMOUNTProperty that defines the number of suggested addresses to display.static java.lang.StringEXTENSIONNAME
-
-
-
Field Detail
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
- See Also:
- Constant Field Values
-
AVS_COUNTRIES_PROP
public static final java.lang.String AVS_COUNTRIES_PROP
property that contains the countries which addresses need to go through avs check- See Also:
- Constant Field Values
-
AVS_SHOW_SUGGESTED_ADDRESSES_PROP
public static final java.lang.String AVS_SHOW_SUGGESTED_ADDRESSES_PROP
property that defines if suggested addresses should be shown to the end user or not- See Also:
- Constant Field Values
-
AVS_SUGGESTED_ADDRESS_AMOUNT
public static final java.lang.String AVS_SUGGESTED_ADDRESS_AMOUNT
Property that defines the number of suggested addresses to display.- See Also:
- Constant Field Values
-
-