Class FilingReturnCreditModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingReturnCreditModel
An attachment associated with a filing return
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for totalExempt The resourceFileId used to retrieve the attachmentGetter for totalSales The resourceFileId used to retrieve the attachmentGetter for totalTax The resourceFileId used to retrieve the attachmentGetter for totalTaxable The resourceFileId used to retrieve the attachmentGetter for transactionDetails The excluded carry over credit documentsvoidsetTotalExempt(BigDecimal value) Setter for totalExempt The resourceFileId used to retrieve the attachmentvoidsetTotalSales(BigDecimal value) Setter for totalSales The resourceFileId used to retrieve the attachmentvoidsetTotalTax(BigDecimal value) Setter for totalTax The resourceFileId used to retrieve the attachmentvoidsetTotalTaxable(BigDecimal value) Setter for totalTaxable The resourceFileId used to retrieve the attachmentvoidSetter for transactionDetails The excluded carry over credit documentstoString()Returns a JSON string representation of FilingReturnCreditModel
-
Constructor Details
-
FilingReturnCreditModel
public FilingReturnCreditModel()
-
-
Method Details
-
getTotalSales
Getter for totalSales The resourceFileId used to retrieve the attachment -
setTotalSales
Setter for totalSales The resourceFileId used to retrieve the attachment -
getTotalExempt
Getter for totalExempt The resourceFileId used to retrieve the attachment -
setTotalExempt
Setter for totalExempt The resourceFileId used to retrieve the attachment -
getTotalTaxable
Getter for totalTaxable The resourceFileId used to retrieve the attachment -
setTotalTaxable
Setter for totalTaxable The resourceFileId used to retrieve the attachment -
getTotalTax
Getter for totalTax The resourceFileId used to retrieve the attachment -
setTotalTax
Setter for totalTax The resourceFileId used to retrieve the attachment -
getTransactionDetails
Getter for transactionDetails The excluded carry over credit documents -
setTransactionDetails
Setter for transactionDetails The excluded carry over credit documents -
toString
Returns a JSON string representation of FilingReturnCreditModel
-