Class FundingESignMethodReturn


  • public class FundingESignMethodReturn
    extends java.lang.Object
    Represents the current status of a funding ESign method
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJavaScript()
      Getter for javaScript The actual javascript to use to render this object
      java.lang.Boolean getJavaScriptReady()
      Getter for javaScriptReady JavaScriptReady
      java.lang.String getMethod()
      Getter for method Method
      void setJavaScript​(java.lang.String value)
      Setter for javaScript The actual javascript to use to render this object
      void setJavaScriptReady​(java.lang.Boolean value)
      Setter for javaScriptReady JavaScriptReady
      void setMethod​(java.lang.String value)
      Setter for method Method
      java.lang.String toString()
      Returns a JSON string representation of FundingESignMethodReturn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FundingESignMethodReturn

        public FundingESignMethodReturn()
    • Method Detail

      • getMethod

        public java.lang.String getMethod()
        Getter for method Method
      • setMethod

        public void setMethod​(java.lang.String value)
        Setter for method Method
      • getJavaScriptReady

        public java.lang.Boolean getJavaScriptReady()
        Getter for javaScriptReady JavaScriptReady
      • setJavaScriptReady

        public void setJavaScriptReady​(java.lang.Boolean value)
        Setter for javaScriptReady JavaScriptReady
      • getJavaScript

        public java.lang.String getJavaScript()
        Getter for javaScript The actual javascript to use to render this object
      • setJavaScript

        public void setJavaScript​(java.lang.String value)
        Setter for javaScript The actual javascript to use to render this object
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of FundingESignMethodReturn
        Overrides:
        toString in class java.lang.Object