Class FundingInitiateModel


  • public class FundingInitiateModel
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFundingEmailRecipient()
      Getter for fundingEmailRecipient If you have requested an email for funding setup, this is the recipient who will receive an email inviting them to setup funding configuration for Avalara Managed Returns.
      java.lang.Boolean getRequestEmail()
      Getter for requestEmail Set this value to true to request an email to the recipient
      java.lang.Boolean getRequestWidget()
      Getter for requestWidget Set this value to true to request an HTML-based funding widget that can be embedded within an existing user interface.
      void setFundingEmailRecipient​(java.lang.String value)
      Setter for fundingEmailRecipient If you have requested an email for funding setup, this is the recipient who will receive an email inviting them to setup funding configuration for Avalara Managed Returns.
      void setRequestEmail​(java.lang.Boolean value)
      Setter for requestEmail Set this value to true to request an email to the recipient
      void setRequestWidget​(java.lang.Boolean value)
      Setter for requestWidget Set this value to true to request an HTML-based funding widget that can be embedded within an existing user interface.
      java.lang.String toString()
      Returns a JSON string representation of FundingInitiateModel
      • Methods inherited from class java.lang.Object

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

      • FundingInitiateModel

        public FundingInitiateModel()
    • Method Detail

      • getRequestEmail

        public java.lang.Boolean getRequestEmail()
        Getter for requestEmail Set this value to true to request an email to the recipient
      • setRequestEmail

        public void setRequestEmail​(java.lang.Boolean value)
        Setter for requestEmail Set this value to true to request an email to the recipient
      • getFundingEmailRecipient

        public java.lang.String getFundingEmailRecipient()
        Getter for fundingEmailRecipient If you have requested an email for funding setup, this is the recipient who will receive an email inviting them to setup funding configuration for Avalara Managed Returns. The recipient can then click on a link in the email and setup funding configuration for this company.
      • setFundingEmailRecipient

        public void setFundingEmailRecipient​(java.lang.String value)
        Setter for fundingEmailRecipient If you have requested an email for funding setup, this is the recipient who will receive an email inviting them to setup funding configuration for Avalara Managed Returns. The recipient can then click on a link in the email and setup funding configuration for this company.
      • getRequestWidget

        public java.lang.Boolean getRequestWidget()
        Getter for requestWidget Set this value to true to request an HTML-based funding widget that can be embedded within an existing user interface. A user can then interact with the HTML-based funding widget to set up funding information for the company.
      • setRequestWidget

        public void setRequestWidget​(java.lang.Boolean value)
        Setter for requestWidget Set this value to true to request an HTML-based funding widget that can be embedded within an existing user interface. A user can then interact with the HTML-based funding widget to set up funding information for the company.
      • toString

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