Class FundingConfigurationModel

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

public class FundingConfigurationModel extends Object
Status of an Avalara Managed Returns funding configuration for a company
  • Constructor Details

    • FundingConfigurationModel

      public FundingConfigurationModel()
  • Method Details

    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId CompanyID
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId CompanyID
    • getSystemType

      public String getSystemType()
      Getter for systemType Domain
    • setSystemType

      public void setSystemType(String value)
      Setter for systemType Domain
    • getCurrency

      public String getCurrency()
      Getter for currency Recipient
    • setCurrency

      public void setCurrency(String value)
      Setter for currency Recipient
    • getIsFundingSetup

      public Boolean getIsFundingSetup()
      Getter for isFundingSetup Sender
    • setIsFundingSetup

      public void setIsFundingSetup(Boolean value)
      Setter for isFundingSetup Sender
    • getFundingMethod

      public String getFundingMethod()
      Getter for fundingMethod DocumentKey
    • setFundingMethod

      public void setFundingMethod(String value)
      Setter for fundingMethod DocumentKey
    • getLastUpdated

      public Date getLastUpdated()
      Getter for lastUpdated LastPolled
    • setLastUpdated

      public void setLastUpdated(Date value)
      Setter for lastUpdated LastPolled
    • toString

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