Class FundingConfigurationModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FundingConfigurationModel
-
public class FundingConfigurationModel extends java.lang.ObjectStatus 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.IntegergetCompanyId()Getter for companyId CompanyIDjava.lang.StringgetCurrency()Getter for currency Recipientjava.lang.StringgetFundingMethod()Getter for fundingMethod DocumentKeyjava.lang.BooleangetIsFundingSetup()Getter for isFundingSetup Senderjava.util.DategetLastUpdated()Getter for lastUpdated LastPolledjava.lang.StringgetSystemType()Getter for systemType DomainvoidsetCompanyId(java.lang.Integer value)Setter for companyId CompanyIDvoidsetCurrency(java.lang.String value)Setter for currency RecipientvoidsetFundingMethod(java.lang.String value)Setter for fundingMethod DocumentKeyvoidsetIsFundingSetup(java.lang.Boolean value)Setter for isFundingSetup SendervoidsetLastUpdated(java.util.Date value)Setter for lastUpdated LastPolledvoidsetSystemType(java.lang.String value)Setter for systemType Domainjava.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-