Class: ChargeBee::QuotedSubscription
- Defined in:
- lib/chargebee/models/quoted_subscription.rb
Defined Under Namespace
Classes: Addon, Coupon, EventBasedAddon, ItemTier, QuotedContractTerm, SubscriptionItem
Instance Attribute Summary collapse
-
#addons ⇒ Object
Returns the value of attribute addons.
-
#auto_collection ⇒ Object
Returns the value of attribute auto_collection.
-
#billing_period ⇒ Object
Returns the value of attribute billing_period.
-
#billing_period_unit ⇒ Object
Returns the value of attribute billing_period_unit.
-
#change_option ⇒ Object
Returns the value of attribute change_option.
-
#changes_scheduled_at ⇒ Object
Returns the value of attribute changes_scheduled_at.
-
#contract_term_billing_cycle_on_renewal ⇒ Object
Returns the value of attribute contract_term_billing_cycle_on_renewal.
-
#coupons ⇒ Object
Returns the value of attribute coupons.
-
#event_based_addons ⇒ Object
Returns the value of attribute event_based_addons.
-
#id ⇒ Object
Returns the value of attribute id.
-
#item_tiers ⇒ Object
Returns the value of attribute item_tiers.
-
#plan_id ⇒ Object
Returns the value of attribute plan_id.
-
#plan_quantity ⇒ Object
Returns the value of attribute plan_quantity.
-
#plan_quantity_in_decimal ⇒ Object
Returns the value of attribute plan_quantity_in_decimal.
-
#plan_unit_price ⇒ Object
Returns the value of attribute plan_unit_price.
-
#plan_unit_price_in_decimal ⇒ Object
Returns the value of attribute plan_unit_price_in_decimal.
-
#po_number ⇒ Object
Returns the value of attribute po_number.
-
#quoted_contract_term ⇒ Object
Returns the value of attribute quoted_contract_term.
-
#remaining_billing_cycles ⇒ Object
Returns the value of attribute remaining_billing_cycles.
-
#setup_fee ⇒ Object
Returns the value of attribute setup_fee.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#subscription_items ⇒ Object
Returns the value of attribute subscription_items.
-
#trial_end ⇒ Object
Returns the value of attribute trial_end.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#addons ⇒ Object
Returns the value of attribute addons.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def addons @addons end |
#auto_collection ⇒ Object
Returns the value of attribute auto_collection.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def auto_collection @auto_collection end |
#billing_period ⇒ Object
Returns the value of attribute billing_period.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def billing_period @billing_period end |
#billing_period_unit ⇒ Object
Returns the value of attribute billing_period_unit.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def billing_period_unit @billing_period_unit end |
#change_option ⇒ Object
Returns the value of attribute change_option.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def change_option @change_option end |
#changes_scheduled_at ⇒ Object
Returns the value of attribute changes_scheduled_at.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def changes_scheduled_at @changes_scheduled_at end |
#contract_term_billing_cycle_on_renewal ⇒ Object
Returns the value of attribute contract_term_billing_cycle_on_renewal.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def contract_term_billing_cycle_on_renewal @contract_term_billing_cycle_on_renewal end |
#coupons ⇒ Object
Returns the value of attribute coupons.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def coupons @coupons end |
#event_based_addons ⇒ Object
Returns the value of attribute event_based_addons.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def event_based_addons @event_based_addons end |
#id ⇒ Object
Returns the value of attribute id.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def id @id end |
#item_tiers ⇒ Object
Returns the value of attribute item_tiers.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def item_tiers @item_tiers end |
#plan_id ⇒ Object
Returns the value of attribute plan_id.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def plan_id @plan_id end |
#plan_quantity ⇒ Object
Returns the value of attribute plan_quantity.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def plan_quantity @plan_quantity end |
#plan_quantity_in_decimal ⇒ Object
Returns the value of attribute plan_quantity_in_decimal.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def plan_quantity_in_decimal @plan_quantity_in_decimal end |
#plan_unit_price ⇒ Object
Returns the value of attribute plan_unit_price.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def plan_unit_price @plan_unit_price end |
#plan_unit_price_in_decimal ⇒ Object
Returns the value of attribute plan_unit_price_in_decimal.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def plan_unit_price_in_decimal @plan_unit_price_in_decimal end |
#po_number ⇒ Object
Returns the value of attribute po_number.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def po_number @po_number end |
#quoted_contract_term ⇒ Object
Returns the value of attribute quoted_contract_term.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def quoted_contract_term @quoted_contract_term end |
#remaining_billing_cycles ⇒ Object
Returns the value of attribute remaining_billing_cycles.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def remaining_billing_cycles @remaining_billing_cycles end |
#setup_fee ⇒ Object
Returns the value of attribute setup_fee.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def setup_fee @setup_fee end |
#start_date ⇒ Object
Returns the value of attribute start_date.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def start_date @start_date end |
#subscription_items ⇒ Object
Returns the value of attribute subscription_items.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def subscription_items @subscription_items end |
#trial_end ⇒ Object
Returns the value of attribute trial_end.
28 29 30 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 28 def trial_end @trial_end end |