Interface ModuleStarter


  • public interface ModuleStarter
    • Method Detail

      • getConfigurable

        String getConfigurable()
        configuration (json serialized to String)
        Returns:
      • setConfigurable

        void setConfigurable​(String config)
      • getUniqueCode

        String getUniqueCode()
        Unique module code
        Returns:
        String
      • setUniqueCode

        void setUniqueCode​(String uniqueCode)
      • setModuleType

        void setModuleType​(ModuleType moduleType)
      • getModuleType

        ModuleType getModuleType()
        Payment or Shipping
        Returns:
        ModuleType
      • setSupportedCountry

        void setSupportedCountry​(List<String> supportedCountry)
      • getSupportedCountry

        List<String> getSupportedCountry()
        All country supported by this module
        Returns:
      • setLogo

        void setLogo​(String logo)
      • getLogo

        String getLogo()
        Base64 logo of the module
        Returns:
        String