Class: Stripe::Quote::SubscriptionDataOverride
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Quote::SubscriptionDataOverride
- Defined in:
- lib/stripe/resources/quote.rb
Defined Under Namespace
Classes: AppliesTo, BillOnAcceptance
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#applies_to ⇒ Object
readonly
Returns the value of attribute applies_to.
-
#bill_on_acceptance ⇒ Object
readonly
Returns the value of attribute bill_on_acceptance.
-
#billing_behavior ⇒ Object
readonly
Returns the value of attribute billing_behavior.
-
#customer ⇒ Object
readonly
Returns the value of attribute customer.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#end_behavior ⇒ Object
readonly
Returns the value of attribute end_behavior.
-
#proration_behavior ⇒ Object
readonly
Returns the value of attribute proration_behavior.
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
#applies_to ⇒ Object (readonly)
Returns the value of attribute applies_to.
165 166 167 |
# File 'lib/stripe/resources/quote.rb', line 165 def applies_to @applies_to end |
#bill_on_acceptance ⇒ Object (readonly)
Returns the value of attribute bill_on_acceptance.
165 166 167 |
# File 'lib/stripe/resources/quote.rb', line 165 def bill_on_acceptance @bill_on_acceptance end |
#billing_behavior ⇒ Object (readonly)
Returns the value of attribute billing_behavior.
165 166 167 |
# File 'lib/stripe/resources/quote.rb', line 165 def billing_behavior @billing_behavior end |
#customer ⇒ Object (readonly)
Returns the value of attribute customer.
165 166 167 |
# File 'lib/stripe/resources/quote.rb', line 165 def customer @customer end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
165 166 167 |
# File 'lib/stripe/resources/quote.rb', line 165 def description @description end |
#end_behavior ⇒ Object (readonly)
Returns the value of attribute end_behavior.
165 166 167 |
# File 'lib/stripe/resources/quote.rb', line 165 def end_behavior @end_behavior end |
#proration_behavior ⇒ Object (readonly)
Returns the value of attribute proration_behavior.
165 166 167 |
# File 'lib/stripe/resources/quote.rb', line 165 def proration_behavior @proration_behavior end |