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