Class 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.String AVS_COUNTRIES_PROP
      property that contains the countries which addresses need to go through avs check
      static java.lang.String AVS_SHOW_SUGGESTED_ADDRESSES_PROP
      property that defines if suggested addresses should be shown to the end user or not
      static java.lang.String AVS_SUGGESTED_ADDRESS_AMOUNT
      Property that defines the number of suggested addresses to display.
      static java.lang.String EXTENSIONNAME  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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