public class DeleteErrorTransactionRequestModel
extends java.lang.Object
Constructor and Description |
---|
DeleteErrorTransactionRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyCode()
Getter for companyCode
The company code of the error transaction
|
java.lang.String |
getDocumentCode()
Getter for documentCode
The internal reference code (used by the client application) of the error transaction
|
DocumentType |
getDocumentType()
Getter for documentType
Type of transaction of the error transaction
|
void |
setCompanyCode(java.lang.String value)
Setter for companyCode
The company code of the error transaction
|
void |
setDocumentCode(java.lang.String value)
Setter for documentCode
The internal reference code (used by the client application) of the error transaction
|
void |
setDocumentType(DocumentType value)
Setter for documentType
Type of transaction of the error transaction
|
java.lang.String |
toString()
Returns a JSON string representation of DeleteErrorTransactionRequestModel
|
public java.lang.String getCompanyCode()
public void setCompanyCode(java.lang.String value)
public DocumentType getDocumentType()
public void setDocumentType(DocumentType value)
public java.lang.String getDocumentCode()
public void setDocumentCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object