Class: ChargeBee::PaymentSource::BankAccount
- Defined in:
 - lib/chargebee/models/payment_source.rb
 
Instance Attribute Summary collapse
- 
  
    
      #account_holder_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute account_holder_type.
 - 
  
    
      #account_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute account_type.
 - 
  
    
      #bank_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute bank_name.
 - 
  
    
      #direct_debit_scheme  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute direct_debit_scheme.
 - 
  
    
      #echeck_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute echeck_type.
 - 
  
    
      #email  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute email.
 - 
  
    
      #first_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute first_name.
 - 
  
    
      #last4  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute last4.
 - 
  
    
      #last_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute last_name.
 - 
  
    
      #mandate_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute mandate_id.
 - 
  
    
      #name_on_account  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name_on_account.
 
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
#account_holder_type ⇒ Object
Returns the value of attribute account_holder_type.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def account_holder_type @account_holder_type end  | 
  
#account_type ⇒ Object
Returns the value of attribute account_type.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def account_type @account_type end  | 
  
#bank_name ⇒ Object
Returns the value of attribute bank_name.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def bank_name @bank_name end  | 
  
#direct_debit_scheme ⇒ Object
Returns the value of attribute direct_debit_scheme.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def direct_debit_scheme @direct_debit_scheme end  | 
  
#echeck_type ⇒ Object
Returns the value of attribute echeck_type.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def echeck_type @echeck_type end  | 
  
#email ⇒ Object
Returns the value of attribute email.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def email @email end  | 
  
#first_name ⇒ Object
Returns the value of attribute first_name.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def first_name @first_name end  | 
  
#last4 ⇒ Object
Returns the value of attribute last4.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def last4 @last4 end  | 
  
#last_name ⇒ Object
Returns the value of attribute last_name.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def last_name @last_name end  | 
  
#mandate_id ⇒ Object
Returns the value of attribute mandate_id.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def mandate_id @mandate_id end  | 
  
#name_on_account ⇒ Object
Returns the value of attribute name_on_account.
      9 10 11  | 
    
      # File 'lib/chargebee/models/payment_source.rb', line 9 def name_on_account @name_on_account end  |