Class FilingReturnCreditModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingReturnCreditModel
public class FilingReturnCreditModel
extends java.lang.Object
An attachment associated with a filing return
-
Constructor Summary
Constructors Constructor Description FilingReturnCreditModel() -
Method Summary
Modifier and Type Method Description java.math.BigDecimalgetTotalExempt()Getter for totalExempt The resourceFileId used to retrieve the attachmentjava.math.BigDecimalgetTotalSales()Getter for totalSales The resourceFileId used to retrieve the attachmentjava.math.BigDecimalgetTotalTax()Getter for totalTax The resourceFileId used to retrieve the attachmentjava.math.BigDecimalgetTotalTaxable()Getter for totalTaxable The resourceFileId used to retrieve the attachmentjava.util.ArrayList<WorksheetDocument>getTransactionDetails()Getter for transactionDetails The excluded carry over credit documentsvoidsetTotalExempt(java.math.BigDecimal value)Setter for totalExempt The resourceFileId used to retrieve the attachmentvoidsetTotalSales(java.math.BigDecimal value)Setter for totalSales The resourceFileId used to retrieve the attachmentvoidsetTotalTax(java.math.BigDecimal value)Setter for totalTax The resourceFileId used to retrieve the attachmentvoidsetTotalTaxable(java.math.BigDecimal value)Setter for totalTaxable The resourceFileId used to retrieve the attachmentvoidsetTransactionDetails(java.util.ArrayList<WorksheetDocument> value)Setter for transactionDetails The excluded carry over credit documentsjava.lang.StringtoString()Returns a JSON string representation of FilingReturnCreditModel
-
Constructor Details
-
FilingReturnCreditModel
public FilingReturnCreditModel()
-
-
Method Details
-
getTotalSales
public java.math.BigDecimal getTotalSales()Getter for totalSales The resourceFileId used to retrieve the attachment -
setTotalSales
public void setTotalSales(java.math.BigDecimal value)Setter for totalSales The resourceFileId used to retrieve the attachment -
getTotalExempt
public java.math.BigDecimal getTotalExempt()Getter for totalExempt The resourceFileId used to retrieve the attachment -
setTotalExempt
public void setTotalExempt(java.math.BigDecimal value)Setter for totalExempt The resourceFileId used to retrieve the attachment -
getTotalTaxable
public java.math.BigDecimal getTotalTaxable()Getter for totalTaxable The resourceFileId used to retrieve the attachment -
setTotalTaxable
public void setTotalTaxable(java.math.BigDecimal value)Setter for totalTaxable The resourceFileId used to retrieve the attachment -
getTotalTax
public java.math.BigDecimal getTotalTax()Getter for totalTax The resourceFileId used to retrieve the attachment -
setTotalTax
public void setTotalTax(java.math.BigDecimal value)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
public java.lang.String toString()Returns a JSON string representation of FilingReturnCreditModel- Overrides:
toStringin classjava.lang.Object
-