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
public static class Configuration.Features.SubscriptionUpdate.Product extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Product()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.lang.String>getPrices()java.lang.StringgetProduct()inthashCode()voidsetPrices(java.util.List<java.lang.String> prices)voidsetProduct(java.lang.String product)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getPrices
public java.util.List<java.lang.String> getPrices()
-
getProduct
public java.lang.String getProduct()
-
setPrices
public void setPrices(java.util.List<java.lang.String> prices)
-
setProduct
public void setProduct(java.lang.String product)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-