Class: ChargeBee::SubscriptionEstimate
- Defined in:
 - lib/chargebee/models/subscription_estimate.rb
 
Defined Under Namespace
Classes: ContractTerm, ShippingAddress
Instance Attribute Summary collapse
- 
  
    
      #contract_term  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute contract_term.
 - 
  
    
      #currency_code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute currency_code.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #next_billing_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute next_billing_at.
 - 
  
    
      #pause_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute pause_date.
 - 
  
    
      #resume_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute resume_date.
 - 
  
    
      #shipping_address  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute shipping_address.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute status.
 - 
  
    
      #trial_end_action  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute trial_end_action.
 
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
#contract_term ⇒ Object
Returns the value of attribute contract_term.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def contract_term @contract_term end  | 
  
#currency_code ⇒ Object
Returns the value of attribute currency_code.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def currency_code @currency_code end  | 
  
#id ⇒ Object
Returns the value of attribute id.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def id @id end  | 
  
#next_billing_at ⇒ Object
Returns the value of attribute next_billing_at.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def next_billing_at @next_billing_at end  | 
  
#pause_date ⇒ Object
Returns the value of attribute pause_date.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def pause_date @pause_date end  | 
  
#resume_date ⇒ Object
Returns the value of attribute resume_date.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def resume_date @resume_date end  | 
  
#shipping_address ⇒ Object
Returns the value of attribute shipping_address.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def shipping_address @shipping_address end  | 
  
#status ⇒ Object
Returns the value of attribute status.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def status @status end  | 
  
#trial_end_action ⇒ Object
Returns the value of attribute trial_end_action.
      12 13 14  | 
    
      # File 'lib/chargebee/models/subscription_estimate.rb', line 12 def trial_end_action @trial_end_action end  |