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