Class: Stripe::V2::Billing::IntentAction::Modify
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Billing::IntentAction::Modify
- Defined in:
- lib/stripe/resources/v2/billing/intent_action.rb
Defined Under Namespace
Classes: EffectiveAt, PricingPlanSubscriptionDetails
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#collect_at ⇒ Object
readonly
Allows users to override the collect at behavior.
-
#effective_at ⇒ Object
readonly
When the modify action will take effect.
-
#pricing_plan_subscription_details ⇒ Object
readonly
Details for modifying a Pricing Plan Subscription.
-
#type ⇒ Object
readonly
Type of the action details.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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
#collect_at ⇒ Object (readonly)
Allows users to override the collect at behavior.
375 376 377 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 375 def collect_at @collect_at end |
#effective_at ⇒ Object (readonly)
When the modify action will take effect. If not specified, the default behavior is on_reserve.
377 378 379 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 377 def effective_at @effective_at end |
#pricing_plan_subscription_details ⇒ Object (readonly)
Details for modifying a Pricing Plan Subscription.
381 382 383 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 381 def pricing_plan_subscription_details @pricing_plan_subscription_details end |
#type ⇒ Object (readonly)
Type of the action details.
379 380 381 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 379 def type @type end |
Class Method Details
.field_remappings ⇒ Object
390 391 392 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 390 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
383 384 385 386 387 388 |
# File 'lib/stripe/resources/v2/billing/intent_action.rb', line 383 def self.inner_class_types @inner_class_types = { effective_at: EffectiveAt, pricing_plan_subscription_details: PricingPlanSubscriptionDetails, } end |