public class BatchVoidTransactionModel
extends java.lang.Object
Constructor and Description |
---|
BatchVoidTransactionModel() |
Modifier and Type | Method and Description |
---|---|
VoidReasonCode |
getCode()
Getter for code
Please specify the reason for voiding or cancelling this transaction.
|
java.lang.String |
getCompanyCode()
Getter for companyCode
Company Code - Specify the code of the company for this transaction.
|
java.lang.String |
getDocumentType()
Getter for documentType
Specifies the type of document to void.
|
java.lang.String |
getTransactionCode()
Getter for transactionCode
Please specify the transaction code of the transacion to void.
|
void |
setCode(VoidReasonCode value)
Setter for code
Please specify the reason for voiding or cancelling this transaction.
|
void |
setCompanyCode(java.lang.String value)
Setter for companyCode
Company Code - Specify the code of the company for this transaction.
|
void |
setDocumentType(java.lang.String value)
Setter for documentType
Specifies the type of document to void.
|
void |
setTransactionCode(java.lang.String value)
Setter for transactionCode
Please specify the transaction code of the transacion to void.
|
java.lang.String |
toString()
Returns a JSON string representation of BatchVoidTransactionModel
|
public java.lang.String getCompanyCode()
public void setCompanyCode(java.lang.String value)
public java.lang.String getTransactionCode()
public void setTransactionCode(java.lang.String value)
public java.lang.String getDocumentType()
public void setDocumentType(java.lang.String value)
public VoidReasonCode getCode()
public void setCode(VoidReasonCode value)
public java.lang.String toString()
toString
in class java.lang.Object