Class GLAccountSuccessResponseModel
java.lang.Object
net.avalara.avatax.rest.client.models.GLAccountSuccessResponseModel
GL account response model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The company ID to which this GL account belongsGetter for defaultItemGetter for effectiveDate The "effective from" dateGetter for endDate The end dateGetter for entityUseCode The entity use codeGetter for glAccountCode The GL account codeGetter for glAccountId The GL account IDgetMeta()
Getter for metavoid
setCompanyId
(Integer value) Setter for companyId The company ID to which this GL account belongsvoid
Setter for defaultItemvoid
setEffectiveDate
(Date value) Setter for effectiveDate The "effective from" datevoid
setEndDate
(Date value) Setter for endDate The end datevoid
setEntityUseCode
(String value) Setter for entityUseCode The entity use codevoid
setGlAccountCode
(String value) Setter for glAccountCode The GL account codevoid
setGlAccountId
(Long value) Setter for glAccountId The GL account IDvoid
setMeta
(TaxProfileMetaDataModel value) Setter for metatoString()
Returns a JSON string representation of GLAccountSuccessResponseModel
-
Constructor Details
-
GLAccountSuccessResponseModel
public GLAccountSuccessResponseModel()
-
-
Method Details
-
getGlAccountId
Getter for glAccountId The GL account ID -
setGlAccountId
Setter for glAccountId The GL account ID -
getCompanyId
Getter for companyId The company ID to which this GL account belongs -
setCompanyId
Setter for companyId The company ID to which this GL account belongs -
getMeta
Getter for meta -
setMeta
Setter for meta -
getEntityUseCode
Getter for entityUseCode The entity use code -
setEntityUseCode
Setter for entityUseCode The entity use code -
getEffectiveDate
Getter for effectiveDate The "effective from" date -
setEffectiveDate
Setter for effectiveDate The "effective from" date -
getEndDate
Getter for endDate The end date -
setEndDate
Setter for endDate The end date -
getDefaultItem
Getter for defaultItem -
setDefaultItem
Setter for defaultItem -
getGlAccountCode
Getter for glAccountCode The GL account code -
setGlAccountCode
Setter for glAccountCode The GL account code -
toString
Returns a JSON string representation of GLAccountSuccessResponseModel
-