Package com.stripe.model.checkout
Class Session.AdaptivePricing
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.AdaptivePricing
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
For more details about AdaptivePricing, 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
If enabled, Adaptive Pricing is available on eligible sessions.int
hashCode()
void
setEnabled
(Boolean enabled) If enabled, Adaptive Pricing is available on eligible sessions.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AdaptivePricing
public AdaptivePricing()
-
-
Method Details
-
getEnabled
If enabled, Adaptive Pricing is available on eligible sessions. -
setEnabled
If enabled, Adaptive Pricing is available on eligible sessions. -
equals
-
canEqual
-
hashCode
public int hashCode()
-