Class FundingConfigurationModel
java.lang.Object
net.avalara.avatax.rest.client.models.FundingConfigurationModel
Status of an Avalara Managed Returns funding configuration for a company
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId CompanyIDGetter for currency RecipientGetter for fundingMethod DocumentKeyGetter for isFundingSetup SenderGetter for lastUpdated LastPolledGetter for systemType Domainvoid
setCompanyId
(Integer value) Setter for companyId CompanyIDvoid
setCurrency
(String value) Setter for currency Recipientvoid
setFundingMethod
(String value) Setter for fundingMethod DocumentKeyvoid
setIsFundingSetup
(Boolean value) Setter for isFundingSetup Sendervoid
setLastUpdated
(Date value) Setter for lastUpdated LastPolledvoid
setSystemType
(String value) Setter for systemType DomaintoString()
Returns a JSON string representation of FundingConfigurationModel
-
Constructor Details
-
FundingConfigurationModel
public FundingConfigurationModel()
-
-
Method Details
-
getCompanyId
Getter for companyId CompanyID -
setCompanyId
Setter for companyId CompanyID -
getSystemType
Getter for systemType Domain -
setSystemType
Setter for systemType Domain -
getCurrency
Getter for currency Recipient -
setCurrency
Setter for currency Recipient -
getIsFundingSetup
Getter for isFundingSetup Sender -
setIsFundingSetup
Setter for isFundingSetup Sender -
getFundingMethod
Getter for fundingMethod DocumentKey -
setFundingMethod
Setter for fundingMethod DocumentKey -
getLastUpdated
Getter for lastUpdated LastPolled -
setLastUpdated
Setter for lastUpdated LastPolled -
toString
Returns a JSON string representation of FundingConfigurationModel
-