Class TransactionReferenceFieldModel
java.lang.Object
net.avalara.avatax.rest.client.models.TransactionReferenceFieldModel
Represents a fixup change
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for documentId The id of the transactionGetter for lineDetailSerCodes Reference field of the line detailsGetter for reportingLocationCode Sets the sale location code (Outlet ID) for reporting this document to the tax authority.void
setDocumentId
(Long value) Setter for documentId The id of the transactionvoid
Setter for lineDetailSerCodes Reference field of the line detailsvoid
setReportingLocationCode
(String value) Setter for reportingLocationCode Sets the sale location code (Outlet ID) for reporting this document to the tax authority.toString()
Returns a JSON string representation of TransactionReferenceFieldModel
-
Constructor Details
-
TransactionReferenceFieldModel
public TransactionReferenceFieldModel()
-
-
Method Details
-
getDocumentId
Getter for documentId The id of the transaction -
setDocumentId
Setter for documentId The id of the transaction -
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
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
Getter for lineDetailSerCodes Reference field of the line details -
setLineDetailSerCodes
Setter for lineDetailSerCodes Reference field of the line details -
toString
Returns a JSON string representation of TransactionReferenceFieldModel
-