Class: Stripe::Subscription::PendingUpdate
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Subscription::PendingUpdate
- Defined in:
- lib/stripe/resources/subscription.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#billing_cycle_anchor ⇒ Object
readonly
Returns the value of attribute billing_cycle_anchor.
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#prebilling_iterations ⇒ Object
readonly
Returns the value of attribute prebilling_iterations.
-
#subscription_items ⇒ Object
readonly
Returns the value of attribute subscription_items.
-
#trial_end ⇒ Object
readonly
Returns the value of attribute trial_end.
-
#trial_from_plan ⇒ Object
readonly
Returns the value of attribute trial_from_plan.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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_cycle_anchor ⇒ Object (readonly)
Returns the value of attribute billing_cycle_anchor.
109 110 111 |
# File 'lib/stripe/resources/subscription.rb', line 109 def billing_cycle_anchor @billing_cycle_anchor end |
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at.
109 110 111 |
# File 'lib/stripe/resources/subscription.rb', line 109 def expires_at @expires_at end |
#prebilling_iterations ⇒ Object (readonly)
Returns the value of attribute prebilling_iterations.
109 110 111 |
# File 'lib/stripe/resources/subscription.rb', line 109 def prebilling_iterations @prebilling_iterations end |
#subscription_items ⇒ Object (readonly)
Returns the value of attribute subscription_items.
109 110 111 |
# File 'lib/stripe/resources/subscription.rb', line 109 def subscription_items @subscription_items end |
#trial_end ⇒ Object (readonly)
Returns the value of attribute trial_end.
109 110 111 |
# File 'lib/stripe/resources/subscription.rb', line 109 def trial_end @trial_end end |
#trial_from_plan ⇒ Object (readonly)
Returns the value of attribute trial_from_plan.
109 110 111 |
# File 'lib/stripe/resources/subscription.rb', line 109 def trial_from_plan @trial_from_plan end |