Class NoticeCustomerFundingOptionModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeCustomerFundingOptionModel
public class NoticeCustomerFundingOptionModel
extends java.lang.Object
Tax Authority Model
-
Constructor Summary
Constructors Constructor Description NoticeCustomerFundingOptionModel()
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
getActiveFlag()
Getter for activeFlag A flag if the FundingOption is activejava.lang.String
getDescription()
Getter for description The description name of this tax authority FundingOption.java.lang.Integer
getId()
Getter for id The unique ID number of this tax notice customer FundingOption.java.lang.Integer
getSortOrder()
Getter for sortOrder sort order of the FundingOptionsvoid
setActiveFlag(java.lang.Boolean value)
Setter for activeFlag A flag if the FundingOption is activevoid
setDescription(java.lang.String value)
Setter for description The description name of this tax authority FundingOption.void
setId(java.lang.Integer value)
Setter for id The unique ID number of this tax notice customer FundingOption.void
setSortOrder(java.lang.Integer value)
Setter for sortOrder sort order of the FundingOptionsjava.lang.String
toString()
Returns a JSON string representation of NoticeCustomerFundingOptionModel
-
Constructor Details
-
NoticeCustomerFundingOptionModel
public NoticeCustomerFundingOptionModel()
-
-
Method Details
-
getId
public java.lang.Integer getId()Getter for id The unique ID number of this tax notice customer FundingOption. -
setId
public void setId(java.lang.Integer value)Setter for id The unique ID number of this tax notice customer FundingOption. -
getDescription
public java.lang.String getDescription()Getter for description The description name of this tax authority FundingOption. -
setDescription
public void setDescription(java.lang.String value)Setter for description The description name of this tax authority FundingOption. -
getActiveFlag
public java.lang.Boolean getActiveFlag()Getter for activeFlag A flag if the FundingOption is active -
setActiveFlag
public void setActiveFlag(java.lang.Boolean value)Setter for activeFlag A flag if the FundingOption is active -
getSortOrder
public java.lang.Integer getSortOrder()Getter for sortOrder sort order of the FundingOptions -
setSortOrder
public void setSortOrder(java.lang.Integer value)Setter for sortOrder sort order of the FundingOptions -
toString
public java.lang.String toString()Returns a JSON string representation of NoticeCustomerFundingOptionModel- Overrides:
toString
in classjava.lang.Object
-