Class FilingReturnModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingReturnModel
public class FilingReturnModel
extends java.lang.Object
Filing Returns Model
-
Constructor Summary
Constructors Constructor Description FilingReturnModel() -
Method Summary
Modifier and Type Method Description AccrualTypegetAccrualType()Getter for accrualType Accrual type of the returnjava.util.ArrayList<FilingAdjustmentModel>getAdjustments()Getter for adjustments The Adjustments for this return.FilingReturnCreditModelgetAppliedCarryOverCredits()Getter for appliedCarryOverCreditsjava.util.ArrayList<FilingAttachmentModel>getAttachments()Getter for attachments The attachments for this return.java.util.ArrayList<FilingAugmentationModel>getAugmentations()Getter for augmentations The Augmentations for this return.java.math.BigDecimalgetCarryOverConsumerUseTaxAmount()Getter for carryOverConsumerUseTaxAmount The amount of carry over consumer use tax applied to the liability calculationjava.math.BigDecimalgetCarryOverNonTaxableAmount()Getter for carryOverNonTaxableAmount The amount of carry over non taxable sales applied to the liability calculationjava.math.BigDecimalgetCarryOverSalesAmount()Getter for carryOverSalesAmount The amount of carry over sales applied to the liability calculationjava.math.BigDecimalgetCarryOverTaxAmount()Getter for carryOverTaxAmount The amount of carry over sales tax applied to the liability calculationjava.math.BigDecimalgetCollectAmount()Getter for collectAmount The amount collected by avalara for this returnjava.math.BigDecimalgetConsumerUseNonTaxableAccrualAmount()Getter for consumerUseNonTaxableAccrualAmount The total amount of consumer use non taxable sales accrued in the current active periodjava.math.BigDecimalgetConsumerUseNonTaxableAmount()Getter for consumerUseNonTaxableAmount Consumer use non-taxable amount.java.math.BigDecimalgetConsumerUseTaxableAccrualAmount()Getter for consumerUseTaxableAccrualAmount The total amount of consumer use taxable sales accrued in the current active periodjava.math.BigDecimalgetConsumerUseTaxableAmount()Getter for consumerUseTaxableAmount Consumer use taxable amount.java.math.BigDecimalgetConsumerUseTaxAccrualAmount()Getter for consumerUseTaxAccrualAmount The total amount of consumer use tax accrued in the current active periodjava.math.BigDecimalgetConsumerUseTaxAmount()Getter for consumerUseTaxAmount Consumer use tax liability during the period.java.math.BigDecimalgetConsumerUseTaxDueAmount()Getter for consumerUseTaxDueAmount Consumer use tax liability accrued during the period.java.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The User ID of the user who created this record.java.lang.StringgetDescription()Getter for description A description for the return.java.util.DategetEndPeriod()Getter for endPeriod The end date of this returnFilingReturnCreditModelgetExcludedCarryOverCredits()Getter for excludedCarryOverCreditsjava.math.BigDecimalgetExcludedNonTaxableAmount()Getter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculationjava.math.BigDecimalgetExcludedSalesAmount()Getter for excludedSalesAmount The amount of sales excluded from the liability calculationjava.math.BigDecimalgetExcludedTaxAmount()Getter for excludedTaxAmount The amount of tax excluded from the liability calculationjava.util.DategetFiledDate()Getter for filedDate The date the return was filed by Avalara.java.lang.LonggetFilingCalendarId()Getter for filingCalendarId The unique ID number of the filing calendar associated with this return.FilingFrequencyIdgetFilingFrequency()Getter for filingFrequency The filing frequency of the return.java.lang.LonggetFilingRegionId()Getter for filingRegionId The region id that this return belongs tooFilingTypeIdgetFilingType()Getter for filingType The filing type of the return.java.lang.StringgetFormCode()Getter for formCode The unique code of the form.java.lang.StringgetFormName()Getter for formName The name of the form.java.lang.LonggetId()Getter for id The unique ID number of this filing return.java.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetMonth()Getter for month The month of the filing period for this tax filing.java.math.BigDecimalgetNonTaxableAccrualAmount()Getter for nonTaxableAccrualAmount The total amount of nontaxable sales accrued in the current active periodjava.math.BigDecimalgetNonTaxableAmount()Getter for nonTaxableAmount The non-taxable amount.java.math.BigDecimalgetNonTaxableDueAmount()Getter for nonTaxableDueAmount The non-taxable due amount.java.util.ArrayList<FilingPaymentModel>getPayments()Getter for payments The payments for this return.java.math.BigDecimalgetRemitAmount()Getter for remitAmount The remittance amount of the return.java.lang.LonggetResourceFileId()Getter for resourceFileId The resourceFileId of the return.java.math.BigDecimalgetSalesAccrualAmount()Getter for salesAccrualAmount The total amount of sales accrued in the current active periodjava.math.BigDecimalgetSalesAmount()Getter for salesAmount The sales amount.java.math.BigDecimalgetSalesTaxAccrualAmount()Getter for salesTaxAccrualAmount The total amount of sales tax accrued in the current active periodjava.math.BigDecimalgetSellersUseTaxAccrualAmount()Getter for sellersUseTaxAccrualAmount The total amount of sellers use tax accrued in the current active periodjava.util.DategetStartPeriod()Getter for startPeriod The start date of this returnFilingStatusIdgetStatus()Getter for status The current status of the filing return.java.math.BigDecimalgetTaxableAccrualAmount()Getter for taxableAccrualAmount The total amount of taxable sales accrued in the current active periodjava.math.BigDecimalgetTaxableAmount()Getter for taxableAmount The taxable amount.java.math.BigDecimalgetTaxAccrualAmount()Getter for taxAccrualAmount The total amount of total tax accrued in the current active periodjava.math.BigDecimalgetTaxAmount()Getter for taxAmount The tax amount.java.lang.IntegergetTaxAuthorityId()Getter for taxAuthorityId Tax Authority ID of this returnjava.math.BigDecimalgetTaxDueAmount()Getter for taxDueAmount The tax due amount.java.math.BigDecimalgetTotalAdjustments()Getter for totalAdjustments Total amount of adjustments on this returnjava.math.BigDecimalgetTotalAugmentations()Getter for totalAugmentations Total amount of augmentations on this returnjava.math.BigDecimalgetTotalPayments()Getter for totalPayments Total amount of payments on this returnjava.lang.StringgetType()Getter for type The FilingTaskType for this return.java.lang.IntegergetYear()Getter for year The year of the filing period for this tax filing.voidsetAccrualType(AccrualType value)Setter for accrualType Accrual type of the returnvoidsetAdjustments(java.util.ArrayList<FilingAdjustmentModel> value)Setter for adjustments The Adjustments for this return.voidsetAppliedCarryOverCredits(FilingReturnCreditModel value)Setter for appliedCarryOverCreditsvoidsetAttachments(java.util.ArrayList<FilingAttachmentModel> value)Setter for attachments The attachments for this return.voidsetAugmentations(java.util.ArrayList<FilingAugmentationModel> value)Setter for augmentations The Augmentations for this return.voidsetCarryOverConsumerUseTaxAmount(java.math.BigDecimal value)Setter for carryOverConsumerUseTaxAmount The amount of carry over consumer use tax applied to the liability calculationvoidsetCarryOverNonTaxableAmount(java.math.BigDecimal value)Setter for carryOverNonTaxableAmount The amount of carry over non taxable sales applied to the liability calculationvoidsetCarryOverSalesAmount(java.math.BigDecimal value)Setter for carryOverSalesAmount The amount of carry over sales applied to the liability calculationvoidsetCarryOverTaxAmount(java.math.BigDecimal value)Setter for carryOverTaxAmount The amount of carry over sales tax applied to the liability calculationvoidsetCollectAmount(java.math.BigDecimal value)Setter for collectAmount The amount collected by avalara for this returnvoidsetConsumerUseNonTaxableAccrualAmount(java.math.BigDecimal value)Setter for consumerUseNonTaxableAccrualAmount The total amount of consumer use non taxable sales accrued in the current active periodvoidsetConsumerUseNonTaxableAmount(java.math.BigDecimal value)Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount.voidsetConsumerUseTaxableAccrualAmount(java.math.BigDecimal value)Setter for consumerUseTaxableAccrualAmount The total amount of consumer use taxable sales accrued in the current active periodvoidsetConsumerUseTaxableAmount(java.math.BigDecimal value)Setter for consumerUseTaxableAmount Consumer use taxable amount.voidsetConsumerUseTaxAccrualAmount(java.math.BigDecimal value)Setter for consumerUseTaxAccrualAmount The total amount of consumer use tax accrued in the current active periodvoidsetConsumerUseTaxAmount(java.math.BigDecimal value)Setter for consumerUseTaxAmount Consumer use tax liability during the period.voidsetConsumerUseTaxDueAmount(java.math.BigDecimal value)Setter for consumerUseTaxDueAmount Consumer use tax liability accrued during the period.voidsetCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created.voidsetCreatedUserId(java.lang.Integer value)Setter for createdUserId The User ID of the user who created this record.voidsetDescription(java.lang.String value)Setter for description A description for the return.voidsetEndPeriod(java.util.Date value)Setter for endPeriod The end date of this returnvoidsetExcludedCarryOverCredits(FilingReturnCreditModel value)Setter for excludedCarryOverCreditsvoidsetExcludedNonTaxableAmount(java.math.BigDecimal value)Setter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculationvoidsetExcludedSalesAmount(java.math.BigDecimal value)Setter for excludedSalesAmount The amount of sales excluded from the liability calculationvoidsetExcludedTaxAmount(java.math.BigDecimal value)Setter for excludedTaxAmount The amount of tax excluded from the liability calculationvoidsetFiledDate(java.util.Date value)Setter for filedDate The date the return was filed by Avalara.voidsetFilingCalendarId(java.lang.Long value)Setter for filingCalendarId The unique ID number of the filing calendar associated with this return.voidsetFilingFrequency(FilingFrequencyId value)Setter for filingFrequency The filing frequency of the return.voidsetFilingRegionId(java.lang.Long value)Setter for filingRegionId The region id that this return belongs toovoidsetFilingType(FilingTypeId value)Setter for filingType The filing type of the return.voidsetFormCode(java.lang.String value)Setter for formCode The unique code of the form.voidsetFormName(java.lang.String value)Setter for formName The name of the form.voidsetId(java.lang.Long value)Setter for id The unique ID number of this filing return.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetMonth(java.lang.Integer value)Setter for month The month of the filing period for this tax filing.voidsetNonTaxableAccrualAmount(java.math.BigDecimal value)Setter for nonTaxableAccrualAmount The total amount of nontaxable sales accrued in the current active periodvoidsetNonTaxableAmount(java.math.BigDecimal value)Setter for nonTaxableAmount The non-taxable amount.voidsetNonTaxableDueAmount(java.math.BigDecimal value)Setter for nonTaxableDueAmount The non-taxable due amount.voidsetPayments(java.util.ArrayList<FilingPaymentModel> value)Setter for payments The payments for this return.voidsetRemitAmount(java.math.BigDecimal value)Setter for remitAmount The remittance amount of the return.voidsetResourceFileId(java.lang.Long value)Setter for resourceFileId The resourceFileId of the return.voidsetSalesAccrualAmount(java.math.BigDecimal value)Setter for salesAccrualAmount The total amount of sales accrued in the current active periodvoidsetSalesAmount(java.math.BigDecimal value)Setter for salesAmount The sales amount.voidsetSalesTaxAccrualAmount(java.math.BigDecimal value)Setter for salesTaxAccrualAmount The total amount of sales tax accrued in the current active periodvoidsetSellersUseTaxAccrualAmount(java.math.BigDecimal value)Setter for sellersUseTaxAccrualAmount The total amount of sellers use tax accrued in the current active periodvoidsetStartPeriod(java.util.Date value)Setter for startPeriod The start date of this returnvoidsetStatus(FilingStatusId value)Setter for status The current status of the filing return.voidsetTaxableAccrualAmount(java.math.BigDecimal value)Setter for taxableAccrualAmount The total amount of taxable sales accrued in the current active periodvoidsetTaxableAmount(java.math.BigDecimal value)Setter for taxableAmount The taxable amount.voidsetTaxAccrualAmount(java.math.BigDecimal value)Setter for taxAccrualAmount The total amount of total tax accrued in the current active periodvoidsetTaxAmount(java.math.BigDecimal value)Setter for taxAmount The tax amount.voidsetTaxAuthorityId(java.lang.Integer value)Setter for taxAuthorityId Tax Authority ID of this returnvoidsetTaxDueAmount(java.math.BigDecimal value)Setter for taxDueAmount The tax due amount.voidsetTotalAdjustments(java.math.BigDecimal value)Setter for totalAdjustments Total amount of adjustments on this returnvoidsetTotalAugmentations(java.math.BigDecimal value)Setter for totalAugmentations Total amount of augmentations on this returnvoidsetTotalPayments(java.math.BigDecimal value)Setter for totalPayments Total amount of payments on this returnvoidsetType(java.lang.String value)Setter for type The FilingTaskType for this return.voidsetYear(java.lang.Integer value)Setter for year The year of the filing period for this tax filing.java.lang.StringtoString()Returns a JSON string representation of FilingReturnModel
-
Constructor Details
-
FilingReturnModel
public FilingReturnModel()
-
-
Method Details
-
getId
public java.lang.Long getId()Getter for id The unique ID number of this filing return. -
setId
public void setId(java.lang.Long value)Setter for id The unique ID number of this filing return. -
getFilingRegionId
public java.lang.Long getFilingRegionId()Getter for filingRegionId The region id that this return belongs too -
setFilingRegionId
public void setFilingRegionId(java.lang.Long value)Setter for filingRegionId The region id that this return belongs too -
getFilingCalendarId
public java.lang.Long getFilingCalendarId()Getter for filingCalendarId The unique ID number of the filing calendar associated with this return. -
setFilingCalendarId
public void setFilingCalendarId(java.lang.Long value)Setter for filingCalendarId The unique ID number of the filing calendar associated with this return. -
getResourceFileId
public java.lang.Long getResourceFileId()Getter for resourceFileId The resourceFileId of the return. Will be null if not available. -
setResourceFileId
public void setResourceFileId(java.lang.Long value)Setter for resourceFileId The resourceFileId of the return. Will be null if not available. -
getTaxAuthorityId
public java.lang.Integer getTaxAuthorityId()Getter for taxAuthorityId Tax Authority ID of this return -
setTaxAuthorityId
public void setTaxAuthorityId(java.lang.Integer value)Setter for taxAuthorityId Tax Authority ID of this return -
getStatus
Getter for status The current status of the filing return. -
setStatus
Setter for status The current status of the filing return. -
getFilingFrequency
Getter for filingFrequency The filing frequency of the return. -
setFilingFrequency
Setter for filingFrequency The filing frequency of the return. -
getFiledDate
public java.util.Date getFiledDate()Getter for filedDate The date the return was filed by Avalara. -
setFiledDate
public void setFiledDate(java.util.Date value)Setter for filedDate The date the return was filed by Avalara. -
getStartPeriod
public java.util.Date getStartPeriod()Getter for startPeriod The start date of this return -
setStartPeriod
public void setStartPeriod(java.util.Date value)Setter for startPeriod The start date of this return -
getEndPeriod
public java.util.Date getEndPeriod()Getter for endPeriod The end date of this return -
setEndPeriod
public void setEndPeriod(java.util.Date value)Setter for endPeriod The end date of this return -
getSalesAmount
public java.math.BigDecimal getSalesAmount()Getter for salesAmount The sales amount. -
setSalesAmount
public void setSalesAmount(java.math.BigDecimal value)Setter for salesAmount The sales amount. -
getFilingType
Getter for filingType The filing type of the return. -
setFilingType
Setter for filingType The filing type of the return. -
getFormName
public java.lang.String getFormName()Getter for formName The name of the form. -
setFormName
public void setFormName(java.lang.String value)Setter for formName The name of the form. -
getRemitAmount
public java.math.BigDecimal getRemitAmount()Getter for remitAmount The remittance amount of the return. -
setRemitAmount
public void setRemitAmount(java.math.BigDecimal value)Setter for remitAmount The remittance amount of the return. -
getFormCode
public java.lang.String getFormCode()Getter for formCode The unique code of the form. -
setFormCode
public void setFormCode(java.lang.String value)Setter for formCode The unique code of the form. -
getDescription
public java.lang.String getDescription()Getter for description A description for the return. -
setDescription
public void setDescription(java.lang.String value)Setter for description A description for the return. -
getTaxableAmount
public java.math.BigDecimal getTaxableAmount()Getter for taxableAmount The taxable amount. -
setTaxableAmount
public void setTaxableAmount(java.math.BigDecimal value)Setter for taxableAmount The taxable amount. -
getTaxAmount
public java.math.BigDecimal getTaxAmount()Getter for taxAmount The tax amount. -
setTaxAmount
public void setTaxAmount(java.math.BigDecimal value)Setter for taxAmount The tax amount. -
getCollectAmount
public java.math.BigDecimal getCollectAmount()Getter for collectAmount The amount collected by avalara for this return -
setCollectAmount
public void setCollectAmount(java.math.BigDecimal value)Setter for collectAmount The amount collected by avalara for this return -
getTaxDueAmount
public java.math.BigDecimal getTaxDueAmount()Getter for taxDueAmount The tax due amount. -
setTaxDueAmount
public void setTaxDueAmount(java.math.BigDecimal value)Setter for taxDueAmount The tax due amount. -
getNonTaxableAmount
public java.math.BigDecimal getNonTaxableAmount()Getter for nonTaxableAmount The non-taxable amount. -
setNonTaxableAmount
public void setNonTaxableAmount(java.math.BigDecimal value)Setter for nonTaxableAmount The non-taxable amount. -
getNonTaxableDueAmount
public java.math.BigDecimal getNonTaxableDueAmount()Getter for nonTaxableDueAmount The non-taxable due amount. -
setNonTaxableDueAmount
public void setNonTaxableDueAmount(java.math.BigDecimal value)Setter for nonTaxableDueAmount The non-taxable due amount. -
getConsumerUseTaxAmount
public java.math.BigDecimal getConsumerUseTaxAmount()Getter for consumerUseTaxAmount Consumer use tax liability during the period. -
setConsumerUseTaxAmount
public void setConsumerUseTaxAmount(java.math.BigDecimal value)Setter for consumerUseTaxAmount Consumer use tax liability during the period. -
getConsumerUseTaxDueAmount
public java.math.BigDecimal getConsumerUseTaxDueAmount()Getter for consumerUseTaxDueAmount Consumer use tax liability accrued during the period. -
setConsumerUseTaxDueAmount
public void setConsumerUseTaxDueAmount(java.math.BigDecimal value)Setter for consumerUseTaxDueAmount Consumer use tax liability accrued during the period. -
getConsumerUseNonTaxableAmount
public java.math.BigDecimal getConsumerUseNonTaxableAmount()Getter for consumerUseNonTaxableAmount Consumer use non-taxable amount. -
setConsumerUseNonTaxableAmount
public void setConsumerUseNonTaxableAmount(java.math.BigDecimal value)Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount. -
getConsumerUseTaxableAmount
public java.math.BigDecimal getConsumerUseTaxableAmount()Getter for consumerUseTaxableAmount Consumer use taxable amount. -
setConsumerUseTaxableAmount
public void setConsumerUseTaxableAmount(java.math.BigDecimal value)Setter for consumerUseTaxableAmount Consumer use taxable amount. -
getTotalAdjustments
public java.math.BigDecimal getTotalAdjustments()Getter for totalAdjustments Total amount of adjustments on this return -
setTotalAdjustments
public void setTotalAdjustments(java.math.BigDecimal value)Setter for totalAdjustments Total amount of adjustments on this return -
getExcludedSalesAmount
public java.math.BigDecimal getExcludedSalesAmount()Getter for excludedSalesAmount The amount of sales excluded from the liability calculation -
setExcludedSalesAmount
public void setExcludedSalesAmount(java.math.BigDecimal value)Setter for excludedSalesAmount The amount of sales excluded from the liability calculation -
getExcludedNonTaxableAmount
public java.math.BigDecimal getExcludedNonTaxableAmount()Getter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculation -
setExcludedNonTaxableAmount
public void setExcludedNonTaxableAmount(java.math.BigDecimal value)Setter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculation -
getExcludedTaxAmount
public java.math.BigDecimal getExcludedTaxAmount()Getter for excludedTaxAmount The amount of tax excluded from the liability calculation -
setExcludedTaxAmount
public void setExcludedTaxAmount(java.math.BigDecimal value)Setter for excludedTaxAmount The amount of tax excluded from the liability calculation -
getCarryOverSalesAmount
public java.math.BigDecimal getCarryOverSalesAmount()Getter for carryOverSalesAmount The amount of carry over sales applied to the liability calculation -
setCarryOverSalesAmount
public void setCarryOverSalesAmount(java.math.BigDecimal value)Setter for carryOverSalesAmount The amount of carry over sales applied to the liability calculation -
getCarryOverNonTaxableAmount
public java.math.BigDecimal getCarryOverNonTaxableAmount()Getter for carryOverNonTaxableAmount The amount of carry over non taxable sales applied to the liability calculation -
setCarryOverNonTaxableAmount
public void setCarryOverNonTaxableAmount(java.math.BigDecimal value)Setter for carryOverNonTaxableAmount The amount of carry over non taxable sales applied to the liability calculation -
getCarryOverTaxAmount
public java.math.BigDecimal getCarryOverTaxAmount()Getter for carryOverTaxAmount The amount of carry over sales tax applied to the liability calculation -
setCarryOverTaxAmount
public void setCarryOverTaxAmount(java.math.BigDecimal value)Setter for carryOverTaxAmount The amount of carry over sales tax applied to the liability calculation -
getCarryOverConsumerUseTaxAmount
public java.math.BigDecimal getCarryOverConsumerUseTaxAmount()Getter for carryOverConsumerUseTaxAmount The amount of carry over consumer use tax applied to the liability calculation -
setCarryOverConsumerUseTaxAmount
public void setCarryOverConsumerUseTaxAmount(java.math.BigDecimal value)Setter for carryOverConsumerUseTaxAmount The amount of carry over consumer use tax applied to the liability calculation -
getTaxAccrualAmount
public java.math.BigDecimal getTaxAccrualAmount()Getter for taxAccrualAmount The total amount of total tax accrued in the current active period -
setTaxAccrualAmount
public void setTaxAccrualAmount(java.math.BigDecimal value)Setter for taxAccrualAmount The total amount of total tax accrued in the current active period -
getSalesAccrualAmount
public java.math.BigDecimal getSalesAccrualAmount()Getter for salesAccrualAmount The total amount of sales accrued in the current active period -
setSalesAccrualAmount
public void setSalesAccrualAmount(java.math.BigDecimal value)Setter for salesAccrualAmount The total amount of sales accrued in the current active period -
getNonTaxableAccrualAmount
public java.math.BigDecimal getNonTaxableAccrualAmount()Getter for nonTaxableAccrualAmount The total amount of nontaxable sales accrued in the current active period -
setNonTaxableAccrualAmount
public void setNonTaxableAccrualAmount(java.math.BigDecimal value)Setter for nonTaxableAccrualAmount The total amount of nontaxable sales accrued in the current active period -
getTaxableAccrualAmount
public java.math.BigDecimal getTaxableAccrualAmount()Getter for taxableAccrualAmount The total amount of taxable sales accrued in the current active period -
setTaxableAccrualAmount
public void setTaxableAccrualAmount(java.math.BigDecimal value)Setter for taxableAccrualAmount The total amount of taxable sales accrued in the current active period -
getSalesTaxAccrualAmount
public java.math.BigDecimal getSalesTaxAccrualAmount()Getter for salesTaxAccrualAmount The total amount of sales tax accrued in the current active period -
setSalesTaxAccrualAmount
public void setSalesTaxAccrualAmount(java.math.BigDecimal value)Setter for salesTaxAccrualAmount The total amount of sales tax accrued in the current active period -
getSellersUseTaxAccrualAmount
public java.math.BigDecimal getSellersUseTaxAccrualAmount()Getter for sellersUseTaxAccrualAmount The total amount of sellers use tax accrued in the current active period -
setSellersUseTaxAccrualAmount
public void setSellersUseTaxAccrualAmount(java.math.BigDecimal value)Setter for sellersUseTaxAccrualAmount The total amount of sellers use tax accrued in the current active period -
getConsumerUseTaxAccrualAmount
public java.math.BigDecimal getConsumerUseTaxAccrualAmount()Getter for consumerUseTaxAccrualAmount The total amount of consumer use tax accrued in the current active period -
setConsumerUseTaxAccrualAmount
public void setConsumerUseTaxAccrualAmount(java.math.BigDecimal value)Setter for consumerUseTaxAccrualAmount The total amount of consumer use tax accrued in the current active period -
getConsumerUseTaxableAccrualAmount
public java.math.BigDecimal getConsumerUseTaxableAccrualAmount()Getter for consumerUseTaxableAccrualAmount The total amount of consumer use taxable sales accrued in the current active period -
setConsumerUseTaxableAccrualAmount
public void setConsumerUseTaxableAccrualAmount(java.math.BigDecimal value)Setter for consumerUseTaxableAccrualAmount The total amount of consumer use taxable sales accrued in the current active period -
getConsumerUseNonTaxableAccrualAmount
public java.math.BigDecimal getConsumerUseNonTaxableAccrualAmount()Getter for consumerUseNonTaxableAccrualAmount The total amount of consumer use non taxable sales accrued in the current active period -
setConsumerUseNonTaxableAccrualAmount
public void setConsumerUseNonTaxableAccrualAmount(java.math.BigDecimal value)Setter for consumerUseNonTaxableAccrualAmount The total amount of consumer use non taxable sales accrued in the current active period -
getAdjustments
Getter for adjustments The Adjustments for this return. -
setAdjustments
Setter for adjustments The Adjustments for this return. -
getTotalAugmentations
public java.math.BigDecimal getTotalAugmentations()Getter for totalAugmentations Total amount of augmentations on this return -
setTotalAugmentations
public void setTotalAugmentations(java.math.BigDecimal value)Setter for totalAugmentations Total amount of augmentations on this return -
getAugmentations
Getter for augmentations The Augmentations for this return. -
setAugmentations
Setter for augmentations The Augmentations for this return. -
getTotalPayments
public java.math.BigDecimal getTotalPayments()Getter for totalPayments Total amount of payments on this return -
setTotalPayments
public void setTotalPayments(java.math.BigDecimal value)Setter for totalPayments Total amount of payments on this return -
getPayments
Getter for payments The payments for this return. -
setPayments
Setter for payments The payments for this return. -
getAccrualType
Getter for accrualType Accrual type of the return -
setAccrualType
Setter for accrualType Accrual type of the return -
getMonth
public java.lang.Integer getMonth()Getter for month The month of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
setMonth
public void setMonth(java.lang.Integer value)Setter for month The month of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
getYear
public java.lang.Integer getYear()Getter for year The year of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
setYear
public void setYear(java.lang.Integer value)Setter for year The year of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
getType
public java.lang.String getType()Getter for type The FilingTaskType for this return. -
setType
public void setType(java.lang.String value)Setter for type The FilingTaskType for this return. -
getAttachments
Getter for attachments The attachments for this return. -
setAttachments
Setter for attachments The attachments for this return. -
getExcludedCarryOverCredits
Getter for excludedCarryOverCredits -
setExcludedCarryOverCredits
Setter for excludedCarryOverCredits -
getAppliedCarryOverCredits
Getter for appliedCarryOverCredits -
setAppliedCarryOverCredits
Setter for appliedCarryOverCredits -
getCreatedDate
public java.util.Date getCreatedDate()Getter for createdDate The date when this record was created. -
setCreatedDate
public void setCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created. -
getCreatedUserId
public java.lang.Integer getCreatedUserId()Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
public void setCreatedUserId(java.lang.Integer value)Setter for createdUserId The User ID of the user who created this record. -
getModifiedDate
public java.util.Date getModifiedDate()Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
public void setModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified. -
toString
public java.lang.String toString()Returns a JSON string representation of FilingReturnModel- Overrides:
toStringin classjava.lang.Object
-