Class OfferModel
java.lang.Object
net.avalara.avatax.rest.client.models.OfferModel
Gets the response for the offer request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for id Id of the transactionGetter for offerMessage Message indicating what action took placevoid
Setter for id Id of the transactionvoid
setOfferMessage
(String value) Setter for offerMessage Message indicating what action took placetoString()
Returns a JSON string representation of OfferModel
-
Constructor Details
-
OfferModel
public OfferModel()
-
-
Method Details
-
getId
Getter for id Id of the transaction -
setId
Setter for id Id of the transaction -
getOfferMessage
Getter for offerMessage Message indicating what action took place -
setOfferMessage
Setter for offerMessage Message indicating what action took place -
toString
Returns a JSON string representation of OfferModel
-