Package io.voucherify.client.model
Class PromotionsTiersDisableResponseBodySummary
java.lang.Object
io.voucherify.client.model.PromotionsTiersDisableResponseBodySummary
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PromotionsTiersDisableResponseBodySummary
extends Object
Contains statistics about promotion tier redemptions and orders.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_REDEMPTIONS
- See Also:
-
SERIALIZED_NAME_ORDERS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
PromotionsTiersDisableResponseBodySummary
public PromotionsTiersDisableResponseBodySummary()
-
-
Method Details
-
redemptions
public PromotionsTiersDisableResponseBodySummary redemptions(PromotionsTiersDisableResponseBodySummaryRedemptions redemptions) -
getRedemptions
Get redemptions- Returns:
- redemptions
-
setRedemptions
-
orders
public PromotionsTiersDisableResponseBodySummary orders(PromotionsTiersDisableResponseBodySummaryOrders orders) -
getOrders
Get orders- Returns:
- orders
-
setOrders
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static PromotionsTiersDisableResponseBodySummary fromJson(String jsonString) throws IOException Create an instance of PromotionsTiersDisableResponseBodySummary given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PromotionsTiersDisableResponseBodySummary
- Throws:
IOException- if the JSON string is invalid with respect to PromotionsTiersDisableResponseBodySummary
-
toJson
Convert an instance of PromotionsTiersDisableResponseBodySummary to an JSON string- Returns:
- JSON string
-