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 DomainvoidsetCompanyId(Integer value) Setter for companyId CompanyIDvoidsetCurrency(String value) Setter for currency RecipientvoidsetFundingMethod(String value) Setter for fundingMethod DocumentKeyvoidsetIsFundingSetup(Boolean value) Setter for isFundingSetup SendervoidsetLastUpdated(Date value) Setter for lastUpdated LastPolledvoidsetSystemType(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
-