Package com.stripe.model.v2.billing
Class IntentAction.Deactivate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Deactivate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction
Details for a deactivate action.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfiguration for the billing details.static classWhen the deactivate action will take effect.static classDetails for deactivating a Pricing Plan Subscription. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanConfiguration for the billing details.When the deactivate action will take effect.Details for deactivating a Pricing Plan Subscription.getType()Type of the action details.inthashCode()voidsetBillingDetails(IntentAction.Deactivate.BillingDetails billingDetails) Configuration for the billing details.voidsetEffectiveAt(IntentAction.Deactivate.EffectiveAt effectiveAt) When the deactivate action will take effect.voidsetPricingPlanSubscriptionDetails(IntentAction.Deactivate.PricingPlanSubscriptionDetails pricingPlanSubscriptionDetails) Details for deactivating a Pricing Plan Subscription.voidType of the action details.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Deactivate
public Deactivate()
-
-
Method Details
-
getBillingDetails
Configuration for the billing details. -
getEffectiveAt
When the deactivate action will take effect. If not specified, the default behavior is on_reserve. -
getPricingPlanSubscriptionDetails
Details for deactivating a Pricing Plan Subscription. -
getType
Type of the action details.One of
pricing_plan_subscription_details, orv1_subscription_details. -
setBillingDetails
Configuration for the billing details. -
setEffectiveAt
When the deactivate action will take effect. If not specified, the default behavior is on_reserve. -
setPricingPlanSubscriptionDetails
public void setPricingPlanSubscriptionDetails(IntentAction.Deactivate.PricingPlanSubscriptionDetails pricingPlanSubscriptionDetails) Details for deactivating a Pricing Plan Subscription. -
setType
Type of the action details.One of
pricing_plan_subscription_details, orv1_subscription_details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-