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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCompanyId()
Getter for companyId CompanyIDjava.lang.String
getCurrency()
Getter for currency Recipientjava.lang.String
getFundingMethod()
Getter for fundingMethod DocumentKeyjava.lang.Boolean
getIsFundingSetup()
Getter for isFundingSetup Senderjava.util.Date
getLastUpdated()
Getter for lastUpdated LastPolledjava.lang.String
getSystemType()
Getter for systemType Domainvoid
setCompanyId(java.lang.Integer value)
Setter for companyId CompanyIDvoid
setCurrency(java.lang.String value)
Setter for currency Recipientvoid
setFundingMethod(java.lang.String value)
Setter for fundingMethod DocumentKeyvoid
setIsFundingSetup(java.lang.Boolean value)
Setter for isFundingSetup Sendervoid
setLastUpdated(java.util.Date value)
Setter for lastUpdated LastPolledvoid
setSystemType(java.lang.String value)
Setter for systemType Domainjava.lang.String
toString()
Returns a JSON string representation of FundingConfigurationModel
-
-
-
Method Detail
-
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 classjava.lang.Object
-
-