Package com.stripe.param.v2.billing
Class IntentCreateParams.Action.Deactivate.CancellationDetails.Builder
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action.Deactivate.CancellationDetails.Builder
- Enclosing class:
- IntentCreateParams.Action.Deactivate.CancellationDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finalize and obtain parameter instance from this builder.putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.setComment(String comment) Additional 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.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setComment
Additional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user. -
putExtraParam
public IntentCreateParams.Action.Deactivate.CancellationDetails.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeIntentCreateParams.Action.Deactivate.CancellationDetails.extraParamsfor the field documentation. -
putAllExtraParam
public IntentCreateParams.Action.Deactivate.CancellationDetails.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeIntentCreateParams.Action.Deactivate.CancellationDetails.extraParamsfor the field documentation. -
setFeedback
public IntentCreateParams.Action.Deactivate.CancellationDetails.Builder setFeedback(IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback feedback) The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.
-