Class: ChargeBee::Customer::ParentAccountAccess

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/customer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #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_invoicesObject

Returns the value of attribute portal_download_child_invoices.



29
30
31
# File 'lib/chargebee/models/customer.rb', line 29

def portal_download_child_invoices
  @portal_download_child_invoices
end

#portal_edit_child_subscriptionsObject

Returns the value of attribute portal_edit_child_subscriptions.



29
30
31
# File 'lib/chargebee/models/customer.rb', line 29

def portal_edit_child_subscriptions
  @portal_edit_child_subscriptions
end

#send_invoice_emailsObject

Returns the value of attribute send_invoice_emails.



29
30
31
# File 'lib/chargebee/models/customer.rb', line 29

def send_invoice_emails
  @send_invoice_emails
end

#send_payment_emailsObject

Returns the value of attribute send_payment_emails.



29
30
31
# File 'lib/chargebee/models/customer.rb', line 29

def send_payment_emails
  @send_payment_emails
end

#send_subscription_emailsObject

Returns the value of attribute send_subscription_emails.



29
30
31
# File 'lib/chargebee/models/customer.rb', line 29

def send_subscription_emails
  @send_subscription_emails
end