Class: ChargeBee::PaymentSource::BankAccount

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

#account_holder_typeObject

Returns the value of attribute account_holder_type.



9
10
11
# File 'lib/chargebee/models/payment_source.rb', line 9

def 
  @account_holder_type
end

#account_typeObject

Returns the value of attribute account_type.



9
10
11
# File 'lib/chargebee/models/payment_source.rb', line 9

def 
  @account_type
end

#bank_nameObject

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

#echeck_typeObject

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

#emailObject

Returns the value of attribute email.



9
10
11
# File 'lib/chargebee/models/payment_source.rb', line 9

def email
  @email
end

#first_nameObject

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

#last4Object

Returns the value of attribute last4.



9
10
11
# File 'lib/chargebee/models/payment_source.rb', line 9

def last4
  @last4
end

#last_nameObject

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_idObject

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_accountObject

Returns the value of attribute name_on_account.



9
10
11
# File 'lib/chargebee/models/payment_source.rb', line 9

def 
  @name_on_account
end