Class: Stripe::SubscriptionSchedule::Phase
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SubscriptionSchedule::Phase
- Defined in:
- lib/stripe/resources/subscription_schedule.rb
Defined Under Namespace
Classes: AddInvoiceItem, AutomaticTax, BillingThresholds, Discount, InvoiceSettings, Item, PauseCollection, TransferData, TrialSettings
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#add_invoice_items ⇒ Object
readonly
Returns the value of attribute add_invoice_items.
-
#application_fee_percent ⇒ Object
readonly
Returns the value of attribute application_fee_percent.
-
#automatic_tax ⇒ Object
readonly
Returns the value of attribute automatic_tax.
-
#billing_cycle_anchor ⇒ Object
readonly
Returns the value of attribute billing_cycle_anchor.
-
#billing_thresholds ⇒ Object
readonly
Returns the value of attribute billing_thresholds.
-
#collection_method ⇒ Object
readonly
Returns the value of attribute collection_method.
-
#coupon ⇒ Object
readonly
Returns the value of attribute coupon.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#default_payment_method ⇒ Object
readonly
Returns the value of attribute default_payment_method.
-
#default_tax_rates ⇒ Object
readonly
Returns the value of attribute default_tax_rates.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#discounts ⇒ Object
readonly
Returns the value of attribute discounts.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#invoice_settings ⇒ Object
readonly
Returns the value of attribute invoice_settings.
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#on_behalf_of ⇒ Object
readonly
Returns the value of attribute on_behalf_of.
-
#pause_collection ⇒ Object
readonly
Returns the value of attribute pause_collection.
-
#proration_behavior ⇒ Object
readonly
Returns the value of attribute proration_behavior.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#transfer_data ⇒ Object
readonly
Returns the value of attribute transfer_data.
-
#trial_continuation ⇒ Object
readonly
Returns the value of attribute trial_continuation.
-
#trial_end ⇒ Object
readonly
Returns the value of attribute trial_end.
-
#trial_settings ⇒ Object
readonly
Returns the value of attribute trial_settings.
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
#add_invoice_items ⇒ Object (readonly)
Returns the value of attribute add_invoice_items.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def add_invoice_items @add_invoice_items end |
#application_fee_percent ⇒ Object (readonly)
Returns the value of attribute application_fee_percent.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def application_fee_percent @application_fee_percent end |
#automatic_tax ⇒ Object (readonly)
Returns the value of attribute automatic_tax.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def automatic_tax @automatic_tax end |
#billing_cycle_anchor ⇒ Object (readonly)
Returns the value of attribute billing_cycle_anchor.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def billing_cycle_anchor @billing_cycle_anchor end |
#billing_thresholds ⇒ Object (readonly)
Returns the value of attribute billing_thresholds.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def billing_thresholds @billing_thresholds end |
#collection_method ⇒ Object (readonly)
Returns the value of attribute collection_method.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def collection_method @collection_method end |
#coupon ⇒ Object (readonly)
Returns the value of attribute coupon.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def coupon @coupon end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def currency @currency end |
#default_payment_method ⇒ Object (readonly)
Returns the value of attribute default_payment_method.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def default_payment_method @default_payment_method end |
#default_tax_rates ⇒ Object (readonly)
Returns the value of attribute default_tax_rates.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def default_tax_rates @default_tax_rates end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def description @description end |
#discounts ⇒ Object (readonly)
Returns the value of attribute discounts.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def discounts @discounts end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def end_date @end_date end |
#invoice_settings ⇒ Object (readonly)
Returns the value of attribute invoice_settings.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def invoice_settings @invoice_settings end |
#items ⇒ Object (readonly)
Returns the value of attribute items.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def items @items end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def @metadata end |
#on_behalf_of ⇒ Object (readonly)
Returns the value of attribute on_behalf_of.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def on_behalf_of @on_behalf_of end |
#pause_collection ⇒ Object (readonly)
Returns the value of attribute pause_collection.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def pause_collection @pause_collection end |
#proration_behavior ⇒ Object (readonly)
Returns the value of attribute proration_behavior.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def proration_behavior @proration_behavior end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def start_date @start_date end |
#transfer_data ⇒ Object (readonly)
Returns the value of attribute transfer_data.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def transfer_data @transfer_data end |
#trial_continuation ⇒ Object (readonly)
Returns the value of attribute trial_continuation.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def trial_continuation @trial_continuation end |
#trial_end ⇒ Object (readonly)
Returns the value of attribute trial_end.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def trial_end @trial_end end |
#trial_settings ⇒ Object (readonly)
Returns the value of attribute trial_settings.
122 123 124 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 122 def trial_settings @trial_settings end |