public class FundingInitiateModel
extends java.lang.Object
Constructor and Description |
---|
FundingInitiateModel() |
Modifier and Type | Method and 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
|
public java.lang.Boolean getRequestEmail()
public void setRequestEmail(java.lang.Boolean value)
public java.lang.String getFundingEmailRecipient()
public void setFundingEmailRecipient(java.lang.String value)
public java.lang.Boolean getRequestWidget()
public void setRequestWidget(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object