Interface Shop.DeliveryMode

  • Enclosing interface:
    Shop

    public static interface Shop.DeliveryMode
    The instance that represents the product delivery mode settings in the shop control panel.
    See Also:
    Shop.deliveryMode()
    • Method Detail

      • getTypeRaw

        @NotNull
        @NotNull String getTypeRaw()
        Get the raw type of the delivery mode.
        Returns:
        The raw type returned by server.
      • isPluginInstalled

        boolean isPluginInstalled()
        Check is the payment processing plugin is installed for this shop or not.
        Actually only when the delivery mode is DeliveryModeType.PLUGIN.
        Returns:
        The check result (true/false).
        See Also:
        getType()