Class: Stripe::QuotePreviewSubscriptionSchedule::Phase::BillingThresholds
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::QuotePreviewSubscriptionSchedule::Phase::BillingThresholds
- Defined in:
- lib/stripe/resources/quote_preview_subscription_schedule.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount_gte ⇒ Object
readonly
Returns the value of attribute amount_gte.
-
#reset_billing_cycle_anchor ⇒ Object
readonly
Returns the value of attribute reset_billing_cycle_anchor.
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
#amount_gte ⇒ Object (readonly)
Returns the value of attribute amount_gte.
70 71 72 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 70 def amount_gte @amount_gte end |
#reset_billing_cycle_anchor ⇒ Object (readonly)
Returns the value of attribute reset_billing_cycle_anchor.
70 71 72 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 70 def reset_billing_cycle_anchor @reset_billing_cycle_anchor end |