public class TransactionReferenceFieldModel
extends java.lang.Object
Constructor and Description |
---|
TransactionReferenceFieldModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getDocumentId()
Getter for documentId
The id of the transaction
|
java.util.ArrayList<LineDetailSERCodeModel> |
getLineDetailSerCodes()
Getter for lineDetailSerCodes
Reference field of the line details
|
java.lang.String |
getReportingLocationCode()
Getter for reportingLocationCode
Sets the sale location code (Outlet ID) for reporting this document to the tax authority.
|
void |
setDocumentId(java.lang.Long value)
Setter for documentId
The id of the transaction
|
void |
setLineDetailSerCodes(java.util.ArrayList<LineDetailSERCodeModel> value)
Setter for lineDetailSerCodes
Reference field of the line details
|
void |
setReportingLocationCode(java.lang.String value)
Setter for reportingLocationCode
Sets the sale location code (Outlet ID) for reporting this document to the tax authority.
|
java.lang.String |
toString()
Returns a JSON string representation of TransactionReferenceFieldModel
|
public java.lang.Long getDocumentId()
public void setDocumentId(java.lang.Long value)
public java.lang.String getReportingLocationCode()
public void setReportingLocationCode(java.lang.String value)
public java.util.ArrayList<LineDetailSERCodeModel> getLineDetailSerCodes()
public void setLineDetailSerCodes(java.util.ArrayList<LineDetailSERCodeModel> value)
public java.lang.String toString()
toString
in class java.lang.Object