Class TransactionReferenceFieldModel

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

public class TransactionReferenceFieldModel extends Object
Represents a fixup change
  • Constructor Details

    • TransactionReferenceFieldModel

      public TransactionReferenceFieldModel()
  • Method Details

    • getDocumentId

      public Long getDocumentId()
      Getter for documentId The id of the transaction
    • setDocumentId

      public void setDocumentId(Long value)
      Setter for documentId The id of the transaction
    • getReportingLocationCode

      public String getReportingLocationCode()
      Getter for reportingLocationCode Sets the sale location code (Outlet ID) for reporting this document to the tax authority. This value is used by Avalara Managed Returns to group documents together by reporting locations for tax authorities that require location-based reporting.
    • setReportingLocationCode

      public void setReportingLocationCode(String value)
      Setter for reportingLocationCode Sets the sale location code (Outlet ID) for reporting this document to the tax authority. This value is used by Avalara Managed Returns to group documents together by reporting locations for tax authorities that require location-based reporting.
    • getLineDetailSerCodes

      public ArrayList<LineDetailSERCodeModel> getLineDetailSerCodes()
      Getter for lineDetailSerCodes Reference field of the line details
    • setLineDetailSerCodes

      public void setLineDetailSerCodes(ArrayList<LineDetailSERCodeModel> value)
      Setter for lineDetailSerCodes Reference field of the line details
    • toString

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