Package io.voucherify.client.model
Class PromotionsTiersCreateResponseBodySummary
java.lang.Object
io.voucherify.client.model.PromotionsTiersCreateResponseBodySummary
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PromotionsTiersCreateResponseBodySummary
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
-
PromotionsTiersCreateResponseBodySummary
public PromotionsTiersCreateResponseBodySummary()
-
-
Method Details
-
redemptions
public PromotionsTiersCreateResponseBodySummary redemptions(PromotionsTiersCreateResponseBodySummaryRedemptions redemptions) -
getRedemptions
Get redemptions- Returns:
- redemptions
-
setRedemptions
-
orders
public PromotionsTiersCreateResponseBodySummary orders(PromotionsTiersCreateResponseBodySummaryOrders orders) -
getOrders
Get orders- Returns:
- orders
-
setOrders
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static PromotionsTiersCreateResponseBodySummary fromJson(String jsonString) throws IOException Create an instance of PromotionsTiersCreateResponseBodySummary given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PromotionsTiersCreateResponseBodySummary
- Throws:
IOException- if the JSON string is invalid with respect to PromotionsTiersCreateResponseBodySummary
-
toJson
Convert an instance of PromotionsTiersCreateResponseBodySummary to an JSON string- Returns:
- JSON string
-