Class: Stripe::V2::Billing::IntentAction::Subscribe
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Billing::IntentAction::Subscribe
- Defined in:
- lib/stripe/resources/v2/billing/intent_action.rb
Defined Under Namespace
Classes: BillingDetails, EffectiveAt, PricingPlanSubscriptionDetails, V1SubscriptionDetails
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#billing_details ⇒ Object
readonly
Configuration for the billing details.
-
#effective_at ⇒ Object
readonly
When the subscribe action will take effect.
-
#pricing_plan_subscription_details ⇒ Object
readonly
Details for subscribing to a Pricing Plan.
-
#type ⇒ Object
readonly
Type of the action details.
-
#v1_subscription_details ⇒ Object
readonly
Details for subscribing to a V1 subscription.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#billing_details ⇒ Object (readonly)
Configuration for the billing details. If not specified, see the default behavior for individual attributes.
167 168 169 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 167 def billing_details @billing_details end |
#effective_at ⇒ Object (readonly)
When the subscribe action will take effect. If not specified, the default behavior is on_reserve.
169 170 171 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 169 def effective_at @effective_at end |
#pricing_plan_subscription_details ⇒ Object (readonly)
Details for subscribing to a Pricing Plan.
173 174 175 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 173 def pricing_plan_subscription_details @pricing_plan_subscription_details end |
#type ⇒ Object (readonly)
Type of the action details.
171 172 173 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 171 def type @type end |
#v1_subscription_details ⇒ Object (readonly)
Details for subscribing to a V1 subscription.
175 176 177 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 175 def v1_subscription_details @v1_subscription_details end |