Class: ChargeBee::Subscription::ContractTerm
- Defined in:
 - lib/chargebee/models/subscription.rb
 
Instance Attribute Summary collapse
- 
  
    
      #action_at_term_end  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute action_at_term_end.
 - 
  
    
      #billing_cycle  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute billing_cycle.
 - 
  
    
      #cancellation_cutoff_period  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute cancellation_cutoff_period.
 - 
  
    
      #contract_end  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute contract_end.
 - 
  
    
      #contract_start  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute contract_start.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute created_at.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #remaining_billing_cycles  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute remaining_billing_cycles.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute status.
 - 
  
    
      #subscription_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute subscription_id.
 - 
  
    
      #total_contract_value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute total_contract_value.
 - 
  
    
      #total_contract_value_before_tax  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute total_contract_value_before_tax.
 
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
#action_at_term_end ⇒ Object
Returns the value of attribute action_at_term_end.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def action_at_term_end @action_at_term_end end  | 
  
#billing_cycle ⇒ Object
Returns the value of attribute billing_cycle.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def billing_cycle @billing_cycle end  | 
  
#cancellation_cutoff_period ⇒ Object
Returns the value of attribute cancellation_cutoff_period.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def cancellation_cutoff_period @cancellation_cutoff_period end  | 
  
#contract_end ⇒ Object
Returns the value of attribute contract_end.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def contract_end @contract_end end  | 
  
#contract_start ⇒ Object
Returns the value of attribute contract_start.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def contract_start @contract_start end  | 
  
#created_at ⇒ Object
Returns the value of attribute created_at.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def created_at @created_at end  | 
  
#id ⇒ Object
Returns the value of attribute id.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def id @id end  | 
  
#remaining_billing_cycles ⇒ Object
Returns the value of attribute remaining_billing_cycles.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def remaining_billing_cycles @remaining_billing_cycles end  | 
  
#status ⇒ Object
Returns the value of attribute status.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def status @status end  | 
  
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def subscription_id @subscription_id end  | 
  
#total_contract_value ⇒ Object
Returns the value of attribute total_contract_value.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def total_contract_value @total_contract_value end  | 
  
#total_contract_value_before_tax ⇒ Object
Returns the value of attribute total_contract_value_before_tax.
      41 42 43  | 
    
      # File 'lib/chargebee/models/subscription.rb', line 41 def total_contract_value_before_tax @total_contract_value_before_tax end  |