public class ErrorTransactionOutputModel
extends java.lang.Object
Constructor and Description |
---|
ErrorTransactionOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAmount()
Getter for amount
The amount of the transaction.
|
java.lang.String |
getAvataxCreateTransactionJson()
Getter for avataxCreateTransactionJson
The full JSON of the transaction creation request
|
java.lang.String |
getAvataxErrorJson()
Getter for avataxErrorJson
The full JSON of the error result from transaction creation
|
java.lang.String |
getDatasource()
Getter for datasource
The datasource instance that made the transaction creation call
|
java.lang.String |
getDatasourceSource()
Getter for datasourceSource
The Datasource source of the transaction creation call.
|
java.lang.String |
getDocumentCode()
Getter for documentCode
The internal reference code (used by the client application) of the error transaction
|
java.util.Date |
getDocumentDate()
Getter for documentDate
The date of the document
|
DocumentType |
getDocumentType()
Getter for documentType
Type of transaction of the error transaction
|
java.lang.String |
getErrorCode()
Getter for errorCode
Error code of the error result from transaction creation
|
java.lang.String |
getErrorMessage()
Getter for errorMessage
Error message of the error result from transaction creation
|
java.util.Date |
getExpiresAt()
Getter for expiresAt
The date that this ErrorTransaction will be automatically purged from the detabase.
|
java.lang.String |
getShipToCountry()
Getter for shipToCountry
The country of the ship to address for the transaction creation call.
|
java.lang.String |
getShipToRegion()
Getter for shipToRegion
The region of the ship to address for the transaction creation call.
|
void |
setAmount(java.math.BigDecimal value)
Setter for amount
The amount of the transaction.
|
void |
setAvataxCreateTransactionJson(java.lang.String value)
Setter for avataxCreateTransactionJson
The full JSON of the transaction creation request
|
void |
setAvataxErrorJson(java.lang.String value)
Setter for avataxErrorJson
The full JSON of the error result from transaction creation
|
void |
setDatasource(java.lang.String value)
Setter for datasource
The datasource instance that made the transaction creation call
|
void |
setDatasourceSource(java.lang.String value)
Setter for datasourceSource
The Datasource source of the transaction creation call.
|
void |
setDocumentCode(java.lang.String value)
Setter for documentCode
The internal reference code (used by the client application) of the error transaction
|
void |
setDocumentDate(java.util.Date value)
Setter for documentDate
The date of the document
|
void |
setDocumentType(DocumentType value)
Setter for documentType
Type of transaction of the error transaction
|
void |
setErrorCode(java.lang.String value)
Setter for errorCode
Error code of the error result from transaction creation
|
void |
setErrorMessage(java.lang.String value)
Setter for errorMessage
Error message of the error result from transaction creation
|
void |
setExpiresAt(java.util.Date value)
Setter for expiresAt
The date that this ErrorTransaction will be automatically purged from the detabase.
|
void |
setShipToCountry(java.lang.String value)
Setter for shipToCountry
The country of the ship to address for the transaction creation call.
|
void |
setShipToRegion(java.lang.String value)
Setter for shipToRegion
The region of the ship to address for the transaction creation call.
|
java.lang.String |
toString()
Returns a JSON string representation of ErrorTransactionOutputModel
|
public java.lang.String getErrorCode()
public void setErrorCode(java.lang.String value)
public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String value)
public java.lang.String getAvataxErrorJson()
public void setAvataxErrorJson(java.lang.String value)
public java.lang.String getAvataxCreateTransactionJson()
public void setAvataxCreateTransactionJson(java.lang.String value)
public java.lang.String getDatasource()
public void setDatasource(java.lang.String value)
public java.util.Date getDocumentDate()
public void setDocumentDate(java.util.Date value)
public java.util.Date getExpiresAt()
public void setExpiresAt(java.util.Date value)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal value)
public java.lang.String getDatasourceSource()
public void setDatasourceSource(java.lang.String value)
public java.lang.String getShipToCountry()
public void setShipToCountry(java.lang.String value)
public java.lang.String getShipToRegion()
public void setShipToRegion(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