Class: ChargeBee::PortalSession::LinkedCustomer
- Defined in:
 - lib/chargebee/models/portal_session.rb
 
Instance Attribute Summary collapse
- 
  
    
      #customer_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute customer_id.
 - 
  
    
      #email  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute email.
 - 
  
    
      #has_active_subscription  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute has_active_subscription.
 - 
  
    
      #has_billing_address  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute has_billing_address.
 - 
  
    
      #has_payment_method  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute has_payment_method.
 
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
#customer_id ⇒ Object
Returns the value of attribute customer_id.
      5 6 7  | 
    
      # File 'lib/chargebee/models/portal_session.rb', line 5 def customer_id @customer_id end  | 
  
#email ⇒ Object
Returns the value of attribute email.
      5 6 7  | 
    
      # File 'lib/chargebee/models/portal_session.rb', line 5 def email @email end  | 
  
#has_active_subscription ⇒ Object
Returns the value of attribute has_active_subscription.
      5 6 7  | 
    
      # File 'lib/chargebee/models/portal_session.rb', line 5 def has_active_subscription @has_active_subscription end  | 
  
#has_billing_address ⇒ Object
Returns the value of attribute has_billing_address.
      5 6 7  | 
    
      # File 'lib/chargebee/models/portal_session.rb', line 5 def has_billing_address @has_billing_address end  | 
  
#has_payment_method ⇒ Object
Returns the value of attribute has_payment_method.
      5 6 7  | 
    
      # File 'lib/chargebee/models/portal_session.rb', line 5 def has_payment_method @has_payment_method end  |