Class: ChargeBee::PortalSession::LinkedCustomer

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/portal_session.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

#customer_idObject

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

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/chargebee/models/portal_session.rb', line 5

def email
  @email
end

#has_active_subscriptionObject

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_addressObject

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_methodObject

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