Class NoticeCustomerFundingOptionModel

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

public class NoticeCustomerFundingOptionModel extends Object
Tax Authority Model
  • Constructor Details

    • NoticeCustomerFundingOptionModel

      public NoticeCustomerFundingOptionModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this tax notice customer FundingOption.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this tax notice customer FundingOption.
    • getDescription

      public String getDescription()
      Getter for description The description name of this tax authority FundingOption.
    • setDescription

      public void setDescription(String value)
      Setter for description The description name of this tax authority FundingOption.
    • getActiveFlag

      public Boolean getActiveFlag()
      Getter for activeFlag A flag if the FundingOption is active
    • setActiveFlag

      public void setActiveFlag(Boolean value)
      Setter for activeFlag A flag if the FundingOption is active
    • getSortOrder

      public Integer getSortOrder()
      Getter for sortOrder sort order of the FundingOptions
    • setSortOrder

      public void setSortOrder(Integer value)
      Setter for sortOrder sort order of the FundingOptions
    • toString

      public String toString()
      Returns a JSON string representation of NoticeCustomerFundingOptionModel
      Overrides:
      toString in class Object