Class FilingsTaxDetailsModel

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

public class FilingsTaxDetailsModel extends Object
Represents a listing of all tax calculation data for filings and for accruing to future filings.
  • Constructor Details

    • FilingsTaxDetailsModel

      public FilingsTaxDetailsModel()
  • Method Details

    • getTaxType

      public String getTaxType()
      Getter for taxType The tax type associated with the summary
    • setTaxType

      public void setTaxType(String value)
      Setter for taxType The tax type associated with the summary
    • getSalesAmount

      public BigDecimal getSalesAmount()
      Getter for salesAmount The total sales amount
    • setSalesAmount

      public void setSalesAmount(BigDecimal value)
      Setter for salesAmount The total sales amount
    • getNonTaxableAmount

      public BigDecimal getNonTaxableAmount()
      Getter for nonTaxableAmount The nontaxable amount
    • setNonTaxableAmount

      public void setNonTaxableAmount(BigDecimal value)
      Setter for nonTaxableAmount The nontaxable amount
    • getTaxAmount

      public BigDecimal getTaxAmount()
      Getter for taxAmount The tax amount
    • setTaxAmount

      public void setTaxAmount(BigDecimal value)
      Setter for taxAmount The tax amount
    • getNumberOfNights

      public Long getNumberOfNights()
      Getter for numberOfNights The number of nights
    • setNumberOfNights

      public void setNumberOfNights(Long value)
      Setter for numberOfNights The number of nights
    • toString

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