Class: Stripe::Quote::SubscriptionData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Quote::SubscriptionData
- Defined in:
- lib/stripe/resources/quote.rb
Defined Under Namespace
Classes: BillOnAcceptance, Prebilling
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#bill_on_acceptance ⇒ Object
readonly
Returns the value of attribute bill_on_acceptance.
-
#billing_behavior ⇒ Object
readonly
Returns the value of attribute billing_behavior.
-
#billing_cycle_anchor ⇒ Object
readonly
Returns the value of attribute billing_cycle_anchor.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#effective_date ⇒ Object
readonly
Returns the value of attribute effective_date.
-
#end_behavior ⇒ Object
readonly
Returns the value of attribute end_behavior.
-
#from_subscription ⇒ Object
readonly
Returns the value of attribute from_subscription.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#prebilling ⇒ Object
readonly
Returns the value of attribute prebilling.
-
#proration_behavior ⇒ Object
readonly
Returns the value of attribute proration_behavior.
-
#trial_period_days ⇒ Object
readonly
Returns the value of attribute trial_period_days.
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
#bill_on_acceptance ⇒ Object (readonly)
Returns the value of attribute bill_on_acceptance.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def bill_on_acceptance @bill_on_acceptance end |
#billing_behavior ⇒ Object (readonly)
Returns the value of attribute billing_behavior.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def billing_behavior @billing_behavior end |
#billing_cycle_anchor ⇒ Object (readonly)
Returns the value of attribute billing_cycle_anchor.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def billing_cycle_anchor @billing_cycle_anchor end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def description @description end |
#effective_date ⇒ Object (readonly)
Returns the value of attribute effective_date.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def effective_date @effective_date end |
#end_behavior ⇒ Object (readonly)
Returns the value of attribute end_behavior.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def end_behavior @end_behavior end |
#from_subscription ⇒ Object (readonly)
Returns the value of attribute from_subscription.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def from_subscription @from_subscription end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def @metadata end |
#prebilling ⇒ Object (readonly)
Returns the value of attribute prebilling.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def prebilling @prebilling end |
#proration_behavior ⇒ Object (readonly)
Returns the value of attribute proration_behavior.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def proration_behavior @proration_behavior end |
#trial_period_days ⇒ Object (readonly)
Returns the value of attribute trial_period_days.
137 138 139 |
# File 'lib/stripe/resources/quote.rb', line 137 def trial_period_days @trial_period_days end |