Class FilingReturnCreditModel

java.lang.Object
net.avalara.avatax.rest.client.models.FilingReturnCreditModel

public class FilingReturnCreditModel extends Object
An attachment associated with a filing return
  • Constructor Details

    • FilingReturnCreditModel

      public FilingReturnCreditModel()
  • Method Details

    • getTotalSales

      public BigDecimal getTotalSales()
      Getter for totalSales The resourceFileId used to retrieve the attachment
    • setTotalSales

      public void setTotalSales(BigDecimal value)
      Setter for totalSales The resourceFileId used to retrieve the attachment
    • getTotalExempt

      public BigDecimal getTotalExempt()
      Getter for totalExempt The resourceFileId used to retrieve the attachment
    • setTotalExempt

      public void setTotalExempt(BigDecimal value)
      Setter for totalExempt The resourceFileId used to retrieve the attachment
    • getTotalTaxable

      public BigDecimal getTotalTaxable()
      Getter for totalTaxable The resourceFileId used to retrieve the attachment
    • setTotalTaxable

      public void setTotalTaxable(BigDecimal value)
      Setter for totalTaxable The resourceFileId used to retrieve the attachment
    • getTotalTax

      public BigDecimal getTotalTax()
      Getter for totalTax The resourceFileId used to retrieve the attachment
    • setTotalTax

      public void setTotalTax(BigDecimal value)
      Setter for totalTax The resourceFileId used to retrieve the attachment
    • getTransactionDetails

      public ArrayList<WorksheetDocument> getTransactionDetails()
      Getter for transactionDetails The excluded carry over credit documents
    • setTransactionDetails

      public void setTransactionDetails(ArrayList<WorksheetDocument> value)
      Setter for transactionDetails The excluded carry over credit documents
    • toString

      public String toString()
      Returns a JSON string representation of FilingReturnCreditModel
      Overrides:
      toString in class Object