Class FundingInitiateModel

java.lang.Object
net.avalara.avatax.rest.client.models.FundingInitiateModel

public class FundingInitiateModel extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    Getter for requestEmail Set this value to true to request an email to the recipient
    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
    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
    Setter for requestEmail Set this value to true to request an email to the recipient
    void
    Setter for requestWidget Set this value to true to request an HTML-based funding widget that can be embedded within an existing user interface.
    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 Details

    • FundingInitiateModel

      public FundingInitiateModel()
  • Method Details

    • getRequestEmail

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

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

      public 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(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 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(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 String toString()
      Returns a JSON string representation of FundingInitiateModel
      Overrides:
      toString in class Object