Class FundingConfigurationModel

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

public class FundingConfigurationModel
extends java.lang.Object
Status of an Avalara Managed Returns funding configuration for a company
  • Constructor Summary

    Constructors 
    Constructor Description
    FundingConfigurationModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCompanyId()
    Getter for companyId CompanyID
    java.lang.String getCurrency()
    Getter for currency Recipient
    java.lang.String getFundingMethod()
    Getter for fundingMethod DocumentKey
    java.lang.Boolean getIsFundingSetup()
    Getter for isFundingSetup Sender
    java.util.Date getLastUpdated()
    Getter for lastUpdated LastPolled
    java.lang.String getSystemType()
    Getter for systemType Domain
    void setCompanyId​(java.lang.Integer value)
    Setter for companyId CompanyID
    void setCurrency​(java.lang.String value)
    Setter for currency Recipient
    void setFundingMethod​(java.lang.String value)
    Setter for fundingMethod DocumentKey
    void setIsFundingSetup​(java.lang.Boolean value)
    Setter for isFundingSetup Sender
    void setLastUpdated​(java.util.Date value)
    Setter for lastUpdated LastPolled
    void setSystemType​(java.lang.String value)
    Setter for systemType Domain
    java.lang.String toString()
    Returns a JSON string representation of FundingConfigurationModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getCompanyId

      public java.lang.Integer getCompanyId()
      Getter for companyId CompanyID
    • setCompanyId

      public void setCompanyId​(java.lang.Integer value)
      Setter for companyId CompanyID
    • getSystemType

      public java.lang.String getSystemType()
      Getter for systemType Domain
    • setSystemType

      public void setSystemType​(java.lang.String value)
      Setter for systemType Domain
    • getCurrency

      public java.lang.String getCurrency()
      Getter for currency Recipient
    • setCurrency

      public void setCurrency​(java.lang.String value)
      Setter for currency Recipient
    • getIsFundingSetup

      public java.lang.Boolean getIsFundingSetup()
      Getter for isFundingSetup Sender
    • setIsFundingSetup

      public void setIsFundingSetup​(java.lang.Boolean value)
      Setter for isFundingSetup Sender
    • getFundingMethod

      public java.lang.String getFundingMethod()
      Getter for fundingMethod DocumentKey
    • setFundingMethod

      public void setFundingMethod​(java.lang.String value)
      Setter for fundingMethod DocumentKey
    • getLastUpdated

      public java.util.Date getLastUpdated()
      Getter for lastUpdated LastPolled
    • setLastUpdated

      public void setLastUpdated​(java.util.Date value)
      Setter for lastUpdated LastPolled
    • toString

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