Package com.stripe.model.billingportal
Class Session.Flow.SubscriptionUpdate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Session.Flow.SubscriptionUpdate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.Flow
The ID of the coupon to be offered.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The ID of the subscription to be updated.int
hashCode()
void
setSubscription
(String subscription) The ID of the subscription to be updated.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SubscriptionUpdate
public SubscriptionUpdate()
-
-
Method Details