Class FundingInitiateModel
java.lang.Object
net.avalara.avatax.rest.client.models.FundingInitiateModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter 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 recipientGetter 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
(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
(Boolean value) Setter for requestEmail Set this value to true to request an email to the recipientvoid
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.toString()
Returns a JSON string representation of FundingInitiateModel
-
Constructor Details
-
FundingInitiateModel
public FundingInitiateModel()
-
-
Method Details
-
getRequestEmail
Getter for requestEmail Set this value to true to request an email to the recipient -
setRequestEmail
Setter for requestEmail Set this value to true to request an email to the recipient -
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
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
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
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
Returns a JSON string representation of FundingInitiateModel
-