Class: ChargeBee::Customer::ParentAccountAccess
- Defined in:
 - lib/chargebee/models/customer.rb
 
Instance Attribute Summary collapse
- 
  
    
      #portal_download_child_invoices  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute portal_download_child_invoices.
 - 
  
    
      #portal_edit_child_subscriptions  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute portal_edit_child_subscriptions.
 - 
  
    
      #send_invoice_emails  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute send_invoice_emails.
 - 
  
    
      #send_payment_emails  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute send_payment_emails.
 - 
  
    
      #send_subscription_emails  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute send_subscription_emails.
 
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
#portal_download_child_invoices ⇒ Object
Returns the value of attribute portal_download_child_invoices.
      37 38 39  | 
    
      # File 'lib/chargebee/models/customer.rb', line 37 def portal_download_child_invoices @portal_download_child_invoices end  | 
  
#portal_edit_child_subscriptions ⇒ Object
Returns the value of attribute portal_edit_child_subscriptions.
      37 38 39  | 
    
      # File 'lib/chargebee/models/customer.rb', line 37 def portal_edit_child_subscriptions @portal_edit_child_subscriptions end  | 
  
#send_invoice_emails ⇒ Object
Returns the value of attribute send_invoice_emails.
      37 38 39  | 
    
      # File 'lib/chargebee/models/customer.rb', line 37 def send_invoice_emails @send_invoice_emails end  | 
  
#send_payment_emails ⇒ Object
Returns the value of attribute send_payment_emails.
      37 38 39  | 
    
      # File 'lib/chargebee/models/customer.rb', line 37 def send_payment_emails @send_payment_emails end  | 
  
#send_subscription_emails ⇒ Object
Returns the value of attribute send_subscription_emails.
      37 38 39  | 
    
      # File 'lib/chargebee/models/customer.rb', line 37 def send_subscription_emails @send_subscription_emails end  |