Class ErrorTransactionOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ErrorTransactionOutputModel
Error Transaction Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for amount The amount of the transaction.Getter for avataxCreateTransactionJson The full JSON of the transaction creation requestGetter for avataxErrorJson The full JSON of the error result from transaction creationGetter for datasource The datasource instance that made the transaction creation callGetter for datasourceSource The Datasource source of the transaction creation call.Getter for documentCode The internal reference code (used by the client application) of the error transactionGetter for documentDate The date of the documentGetter for documentType Type of transaction of the error transactionGetter for errorCode Error code of the error result from transaction creationGetter for errorMessage Error message of the error result from transaction creationGetter for expiresAt The date that this ErrorTransaction will be automatically purged from the detabase.Getter for shipToCountry The country of the ship to address for the transaction creation call.Getter for shipToRegion The region of the ship to address for the transaction creation call.void
setAmount
(BigDecimal value) Setter for amount The amount of the transaction.void
Setter for avataxCreateTransactionJson The full JSON of the transaction creation requestvoid
setAvataxErrorJson
(String value) Setter for avataxErrorJson The full JSON of the error result from transaction creationvoid
setDatasource
(String value) Setter for datasource The datasource instance that made the transaction creation callvoid
setDatasourceSource
(String value) Setter for datasourceSource The Datasource source of the transaction creation call.void
setDocumentCode
(String value) Setter for documentCode The internal reference code (used by the client application) of the error transactionvoid
setDocumentDate
(Date value) Setter for documentDate The date of the documentvoid
setDocumentType
(DocumentType value) Setter for documentType Type of transaction of the error transactionvoid
setErrorCode
(String value) Setter for errorCode Error code of the error result from transaction creationvoid
setErrorMessage
(String value) Setter for errorMessage Error message of the error result from transaction creationvoid
setExpiresAt
(Date value) Setter for expiresAt The date that this ErrorTransaction will be automatically purged from the detabase.void
setShipToCountry
(String value) Setter for shipToCountry The country of the ship to address for the transaction creation call.void
setShipToRegion
(String value) Setter for shipToRegion The region of the ship to address for the transaction creation call.toString()
Returns a JSON string representation of ErrorTransactionOutputModel
-
Constructor Details
-
ErrorTransactionOutputModel
public ErrorTransactionOutputModel()
-
-
Method Details
-
getErrorCode
Getter for errorCode Error code of the error result from transaction creation -
setErrorCode
Setter for errorCode Error code of the error result from transaction creation -
getErrorMessage
Getter for errorMessage Error message of the error result from transaction creation -
setErrorMessage
Setter for errorMessage Error message of the error result from transaction creation -
getAvataxErrorJson
Getter for avataxErrorJson The full JSON of the error result from transaction creation -
setAvataxErrorJson
Setter for avataxErrorJson The full JSON of the error result from transaction creation -
getAvataxCreateTransactionJson
Getter for avataxCreateTransactionJson The full JSON of the transaction creation request -
setAvataxCreateTransactionJson
Setter for avataxCreateTransactionJson The full JSON of the transaction creation request -
getDatasource
Getter for datasource The datasource instance that made the transaction creation call -
setDatasource
Setter for datasource The datasource instance that made the transaction creation call -
getDocumentDate
Getter for documentDate The date of the document -
setDocumentDate
Setter for documentDate The date of the document -
getExpiresAt
Getter for expiresAt The date that this ErrorTransaction will be automatically purged from the detabase. -
setExpiresAt
Setter for expiresAt The date that this ErrorTransaction will be automatically purged from the detabase. -
getAmount
Getter for amount The amount of the transaction. -
setAmount
Setter for amount The amount of the transaction. -
getDatasourceSource
Getter for datasourceSource The Datasource source of the transaction creation call. -
setDatasourceSource
Setter for datasourceSource The Datasource source of the transaction creation call. -
getShipToCountry
Getter for shipToCountry The country of the ship to address for the transaction creation call. -
setShipToCountry
Setter for shipToCountry The country of the ship to address for the transaction creation call. -
getShipToRegion
Getter for shipToRegion The region of the ship to address for the transaction creation call. -
setShipToRegion
Setter for shipToRegion The region of the ship to address for the transaction creation call. -
getDocumentType
Getter for documentType Type of transaction of the error transaction -
setDocumentType
Setter for documentType Type of transaction of the error transaction -
getDocumentCode
Getter for documentCode The internal reference code (used by the client application) of the error transaction -
setDocumentCode
Setter for documentCode The internal reference code (used by the client application) of the error transaction -
toString
Returns a JSON string representation of ErrorTransactionOutputModel
-