Class ReportParametersModel

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

public class ReportParametersModel extends Object
The output model for report parameter definitions
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for country The country filter used for your report
    Getter for currencyCode The currency code used for your report
    Getter for customerVendorCode The code your business application uses to identify a customer or vendor
    Getter for dateFilter The date type filter used for your report
    Getter for dateFormat The date format used for your report
    Getter for docType The doc type filter used for your report
    Getter for documentStatus The Document status filter used for report For documentStatus, accepted values are: Temporary, Saved, Posted, Committed, Cancelled, Adjusted, Queued, PendingApproval
    Getter for endDate The end date filter used for your report
    Getter for isLocked If true, include only documents that are locked.
    Getter for isModifiedDateSameAsDocumentDate If true, modified date will be same as document date If false, modified date will not be same as document date Defaults to false if not specified.
    Getter for merchantSellerId If set, include only documents associated with this merchantSellerId.
    Getter for numberOfPartitions Number of partitions to split the report into.
    Getter for partition The zero-based partition number to retrieve in this export request.
    Getter for startDate The start date filter used for your report
    Getter for state The state filter used for your report
    Getter for taxCode The AvaTax tax code or customer tax code associated with the item or SKU in the transaction
    Getter for taxGroup TaxGroup is required to support Sales tax (Sales + SellersUse) and VAT (Input+ Output).
    Getter for taxName The description of the tax
    Getter for taxSubType Defines the individual taxes associated with a TaxType category, such as Lodging TaxType which supports numerous TaxSubTypes, including Hotel, Occupancy, ConventionCenter, Accommotations, etc.
    void
    Setter for country The country filter used for your report
    void
    Setter for currencyCode The currency code used for your report
    void
    Setter for customerVendorCode The code your business application uses to identify a customer or vendor
    void
    Setter for dateFilter The date type filter used for your report
    void
    Setter for dateFormat The date format used for your report
    void
    Setter for docType The doc type filter used for your report
    void
    Setter for documentStatus The Document status filter used for report For documentStatus, accepted values are: Temporary, Saved, Posted, Committed, Cancelled, Adjusted, Queued, PendingApproval
    void
    Setter for endDate The end date filter used for your report
    void
    Setter for isLocked If true, include only documents that are locked.
    void
    Setter for isModifiedDateSameAsDocumentDate If true, modified date will be same as document date If false, modified date will not be same as document date Defaults to false if not specified.
    void
    Setter for merchantSellerId If set, include only documents associated with this merchantSellerId.
    void
    Setter for numberOfPartitions Number of partitions to split the report into.
    void
    Setter for partition The zero-based partition number to retrieve in this export request.
    void
    Setter for startDate The start date filter used for your report
    void
    Setter for state The state filter used for your report
    void
    Setter for taxCode The AvaTax tax code or customer tax code associated with the item or SKU in the transaction
    void
    Setter for taxGroup TaxGroup is required to support Sales tax (Sales + SellersUse) and VAT (Input+ Output).
    void
    Setter for taxName The description of the tax
    void
    Setter for taxSubType Defines the individual taxes associated with a TaxType category, such as Lodging TaxType which supports numerous TaxSubTypes, including Hotel, Occupancy, ConventionCenter, Accommotations, etc.
    Returns a JSON string representation of ReportParametersModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ReportParametersModel

      public ReportParametersModel()
  • Method Details

    • getStartDate

      public Date getStartDate()
      Getter for startDate The start date filter used for your report
    • setStartDate

      public void setStartDate(Date value)
      Setter for startDate The start date filter used for your report
    • getEndDate

      public Date getEndDate()
      Getter for endDate The end date filter used for your report
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The end date filter used for your report
    • getCountry

      public String getCountry()
      Getter for country The country filter used for your report
    • setCountry

      public void setCountry(String value)
      Setter for country The country filter used for your report
    • getState

      public String getState()
      Getter for state The state filter used for your report
    • setState

      public void setState(String value)
      Setter for state The state filter used for your report
    • getDateFilter

      public String getDateFilter()
      Getter for dateFilter The date type filter used for your report
    • setDateFilter

      public void setDateFilter(String value)
      Setter for dateFilter The date type filter used for your report
    • getDocType

      public String getDocType()
      Getter for docType The doc type filter used for your report
    • setDocType

      public void setDocType(String value)
      Setter for docType The doc type filter used for your report
    • getDateFormat

      public String getDateFormat()
      Getter for dateFormat The date format used for your report
    • setDateFormat

      public void setDateFormat(String value)
      Setter for dateFormat The date format used for your report
    • getCurrencyCode

      public String getCurrencyCode()
      Getter for currencyCode The currency code used for your report
    • setCurrencyCode

      public void setCurrencyCode(String value)
      Setter for currencyCode The currency code used for your report
    • getNumberOfPartitions

      public Integer getNumberOfPartitions()
      Getter for numberOfPartitions Number of partitions to split the report into.
    • setNumberOfPartitions

      public void setNumberOfPartitions(Integer value)
      Setter for numberOfPartitions Number of partitions to split the report into.
    • getPartition

      public Integer getPartition()
      Getter for partition The zero-based partition number to retrieve in this export request.
    • setPartition

      public void setPartition(Integer value)
      Setter for partition The zero-based partition number to retrieve in this export request.
    • getIsLocked

      public Boolean getIsLocked()
      Getter for isLocked If true, include only documents that are locked. If false, include only documents that are not locked. Defaults to false if not specified.
    • setIsLocked

      public void setIsLocked(Boolean value)
      Setter for isLocked If true, include only documents that are locked. If false, include only documents that are not locked. Defaults to false if not specified.
    • getMerchantSellerId

      public String getMerchantSellerId()
      Getter for merchantSellerId If set, include only documents associated with this merchantSellerId.
    • setMerchantSellerId

      public void setMerchantSellerId(String value)
      Setter for merchantSellerId If set, include only documents associated with this merchantSellerId.
    • getDocumentStatus

      public String getDocumentStatus()
      Getter for documentStatus The Document status filter used for report For documentStatus, accepted values are: Temporary, Saved, Posted, Committed, Cancelled, Adjusted, Queued, PendingApproval
    • setDocumentStatus

      public void setDocumentStatus(String value)
      Setter for documentStatus The Document status filter used for report For documentStatus, accepted values are: Temporary, Saved, Posted, Committed, Cancelled, Adjusted, Queued, PendingApproval
    • getIsModifiedDateSameAsDocumentDate

      public Boolean getIsModifiedDateSameAsDocumentDate()
      Getter for isModifiedDateSameAsDocumentDate If true, modified date will be same as document date If false, modified date will not be same as document date Defaults to false if not specified.
    • setIsModifiedDateSameAsDocumentDate

      public void setIsModifiedDateSameAsDocumentDate(Boolean value)
      Setter for isModifiedDateSameAsDocumentDate If true, modified date will be same as document date If false, modified date will not be same as document date Defaults to false if not specified.
    • getTaxGroup

      public String getTaxGroup()
      Getter for taxGroup TaxGroup is required to support Sales tax (Sales + SellersUse) and VAT (Input+ Output). TaxTypes, such as Lodging, Bottle, LandedCost, Ewaste, BevAlc, etc
    • setTaxGroup

      public void setTaxGroup(String value)
      Setter for taxGroup TaxGroup is required to support Sales tax (Sales + SellersUse) and VAT (Input+ Output). TaxTypes, such as Lodging, Bottle, LandedCost, Ewaste, BevAlc, etc
    • getTaxName

      public String getTaxName()
      Getter for taxName The description of the tax
    • setTaxName

      public void setTaxName(String value)
      Setter for taxName The description of the tax
    • getTaxCode

      public String getTaxCode()
      Getter for taxCode The AvaTax tax code or customer tax code associated with the item or SKU in the transaction
    • setTaxCode

      public void setTaxCode(String value)
      Setter for taxCode The AvaTax tax code or customer tax code associated with the item or SKU in the transaction
    • getCustomerVendorCode

      public String getCustomerVendorCode()
      Getter for customerVendorCode The code your business application uses to identify a customer or vendor
    • setCustomerVendorCode

      public void setCustomerVendorCode(String value)
      Setter for customerVendorCode The code your business application uses to identify a customer or vendor
    • getTaxSubType

      public String getTaxSubType()
      Getter for taxSubType Defines the individual taxes associated with a TaxType category, such as Lodging TaxType which supports numerous TaxSubTypes, including Hotel, Occupancy, ConventionCenter, Accommotations, etc.
    • setTaxSubType

      public void setTaxSubType(String value)
      Setter for taxSubType Defines the individual taxes associated with a TaxType category, such as Lodging TaxType which supports numerous TaxSubTypes, including Hotel, Occupancy, ConventionCenter, Accommotations, etc.
    • toString

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