Package com.stripe.param.v2.billing
Class IntentCreateParams.Action.Deactivate.Builder
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action.Deactivate.Builder
- Enclosing class:
- IntentCreateParams.Action.Deactivate
-
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.setBillingDetails
(IntentCreateParams.Action.Deactivate.BillingDetails billingDetails) Configuration for the billing details.When the deactivate action will take effect.setPricingPlanSubscriptionDetails
(IntentCreateParams.Action.Deactivate.PricingPlanSubscriptionDetails pricingPlanSubscriptionDetails) Required. Details for deactivating a pricing plan subscription.Required. Type of the action details.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBillingDetails
public IntentCreateParams.Action.Deactivate.Builder setBillingDetails(IntentCreateParams.Action.Deactivate.BillingDetails billingDetails) Configuration for the billing details. -
setEffectiveAt
public IntentCreateParams.Action.Deactivate.Builder setEffectiveAt(IntentCreateParams.Action.Deactivate.EffectiveAt effectiveAt) When the deactivate action will take effect. If not specified, the default behavior is on_reserve. -
putExtraParam
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.extraParams
for the field documentation. -
putAllExtraParam
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.extraParams
for the field documentation. -
setPricingPlanSubscriptionDetails
public IntentCreateParams.Action.Deactivate.Builder setPricingPlanSubscriptionDetails(IntentCreateParams.Action.Deactivate.PricingPlanSubscriptionDetails pricingPlanSubscriptionDetails) Required. Details for deactivating a pricing plan subscription. -
setType
public IntentCreateParams.Action.Deactivate.Builder setType(IntentCreateParams.Action.Deactivate.Type type) Required. Type of the action details.
-