Class: Stripe::QuotePreviewSubscriptionSchedule::PauseSchedule
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::QuotePreviewSubscriptionSchedule::PauseSchedule
- Defined in:
- lib/stripe/resources/quote_preview_subscription_schedule.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
A unique identifier for this pause schedule.
-
#pause ⇒ Object
readonly
Attribute for field pause.
-
#resume ⇒ Object
readonly
Details about when and how the subscription resumes.
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?, field_encodings, #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
#key ⇒ Object (readonly)
A unique identifier for this pause schedule.
484 485 486 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 484 def key @key end |
#pause ⇒ Object (readonly)
Attribute for field pause
486 487 488 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 486 def pause @pause end |
#resume ⇒ Object (readonly)
Details about when and how the subscription resumes.
488 489 490 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 488 def resume @resume end |
Class Method Details
.field_remappings ⇒ Object
494 495 496 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 494 def self.field_remappings @field_remappings = {} end |