Class Subscription
java.lang.Object
dev.crashteam.openapi.kerepricer.model.Subscription
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-07T12:18:02.132511272Z[Etc/UTC]")
public class Subscription
extends Object
Subscription
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Get namegetPlan()Get plangetPrice()Get priceinthashCode()plan(SubscriptionPlan plan) voidvoidsetPlan(SubscriptionPlan plan) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PLAN
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
-
Constructor Details
-
Subscription
public Subscription()
-
-
Method Details