Class PaymentProviderRequestSupportedStrategy

    • Constructor Detail

      • PaymentProviderRequestSupportedStrategy

        public PaymentProviderRequestSupportedStrategy()
    • Method Detail

      • isRequestSupported

        public boolean isRequestSupported​(java.lang.String requestId)
        Description copied from interface: RequestSupportedStrategy
        Method check if request is supported
        Specified by:
        isRequestSupported in interface RequestSupportedStrategy
        Parameters:
        requestId - request identifier (e.g. request path)
        Returns:
        true if request is supported
        false if request is not supported
      • getUnsupportedRequestMap

        public java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getUnsupportedRequestMap()
      • setUnsupportedRequestMap

        public void setUnsupportedRequestMap​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> unsupportedRequestMap)