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