Package io.voucherify.client.model
Class ValidationsRedeemableInapplicableResult
java.lang.Object
io.voucherify.client.model.ValidationsRedeemableInapplicableResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ValidationsRedeemableInapplicableResult
extends Object
Includes the error object with details about the reason why the redeemable is inapplicable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_ERROR
- See Also:
-
SERIALIZED_NAME_DETAILS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ValidationsRedeemableInapplicableResult
public ValidationsRedeemableInapplicableResult()
-
-
Method Details
-
error
-
getError
Get error- Returns:
- error
-
setError
-
details
public ValidationsRedeemableInapplicableResult details(ValidationsRedeemableInapplicableResultDetails details) -
getDetails
Get details- Returns:
- details
-
setDetails
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ValidationsRedeemableInapplicableResult fromJson(String jsonString) throws IOException Create an instance of ValidationsRedeemableInapplicableResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ValidationsRedeemableInapplicableResult
- Throws:
IOException- if the JSON string is invalid with respect to ValidationsRedeemableInapplicableResult
-
toJson
Convert an instance of ValidationsRedeemableInapplicableResult to an JSON string- Returns:
- JSON string
-