Class CostCenterSuccessResponseModel
java.lang.Object
net.avalara.avatax.rest.client.models.CostCenterSuccessResponseModel
Cost Center Response Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId CompanyId to which the cost center belongsGetter for costCenterCode The Cost center NameGetter for costCenterId The Cost center IdGetter for defaultItemGetter for effectiveDate Effective from DateGetter for endDate End DateGetter for entityUseCode The Entity Use CodegetMeta()
Getter for metavoid
setCompanyId
(Integer value) Setter for companyId CompanyId to which the cost center belongsvoid
setCostCenterCode
(String value) Setter for costCenterCode The Cost center Namevoid
setCostCenterId
(Long value) Setter for costCenterId The Cost center Idvoid
Setter for defaultItemvoid
setEffectiveDate
(Date value) Setter for effectiveDate Effective from Datevoid
setEndDate
(Date value) Setter for endDate End Datevoid
setEntityUseCode
(String value) Setter for entityUseCode The Entity Use Codevoid
setMeta
(TaxProfileMetaDataModel value) Setter for metatoString()
Returns a JSON string representation of CostCenterSuccessResponseModel
-
Constructor Details
-
CostCenterSuccessResponseModel
public CostCenterSuccessResponseModel()
-
-
Method Details
-
getCostCenterId
Getter for costCenterId The Cost center Id -
setCostCenterId
Setter for costCenterId The Cost center Id -
getCompanyId
Getter for companyId CompanyId to which the cost center belongs -
setCompanyId
Setter for companyId CompanyId to which the cost center 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 Effective from Date -
setEffectiveDate
Setter for effectiveDate Effective from Date -
getEndDate
Getter for endDate End Date -
setEndDate
Setter for endDate End Date -
getDefaultItem
Getter for defaultItem -
setDefaultItem
Setter for defaultItem -
getCostCenterCode
Getter for costCenterCode The Cost center Name -
setCostCenterCode
Setter for costCenterCode The Cost center Name -
toString
Returns a JSON string representation of CostCenterSuccessResponseModel
-