Package com.stripe.model.v2.billing
Class IntentAction.Deactivate.CancellationDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Deactivate.CancellationDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Deactivate
Details about why the cancellation was requested by the user.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAdditional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user.The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.inthashCode()voidsetComment(String comment) Additional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user.voidsetFeedback(String feedback) The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CancellationDetails
public CancellationDetails()
-
-
Method Details
-
getComment
Additional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user. -
getFeedback
The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.One of
customer_service,low_quality,missing_features,other,switched_service,too_complex,too_expensive, orunused. -
setComment
Additional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user. -
setFeedback
The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.One of
customer_service,low_quality,missing_features,other,switched_service,too_complex,too_expensive, orunused. -
equals
-
canEqual
-
hashCode
public int hashCode()
-