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