Package com.stripe.model.billingportal
Class Configuration.Features.SubscriptionUpdate.Product
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features.SubscriptionUpdate.Product
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration.Features.SubscriptionUpdate
For more details about Product, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AdjustableQuantity, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAdjustableQuantity
(Configuration.Features.SubscriptionUpdate.Product.AdjustableQuantity adjustableQuantity) void
void
setProduct
(String product) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Product
public Product()
-
-
Method Details
-
getAdjustableQuantity
-
getPrices
-
getProduct
-
setAdjustableQuantity
public void setAdjustableQuantity(Configuration.Features.SubscriptionUpdate.Product.AdjustableQuantity adjustableQuantity) -
setPrices
-
setProduct
-
equals
-
canEqual
-
hashCode
public int hashCode()
-