Class: ChargeBee::VirtualBankAccount
- Defined in:
- lib/chargebee/models/virtual_bank_account.rb
Instance Attribute Summary collapse
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#bank_name ⇒ Object
Returns the value of attribute bank_name.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#email ⇒ Object
Returns the value of attribute email.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
-
#routing_number ⇒ Object
Returns the value of attribute routing_number.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#swift_code ⇒ Object
Returns the value of attribute swift_code.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Class Method Summary collapse
- .create(params, env = nil, headers = {}) ⇒ Object
-
.create_using_permanent_token(params, env = nil, headers = {}) ⇒ Object
OPERATIONS ———–.
- .delete(id, env = nil, headers = {}) ⇒ Object
- .delete_local(id, env = nil, headers = {}) ⇒ Object
- .list(params = {}, env = nil, headers = {}) ⇒ Object
- .retrieve(id, env = nil, headers = {}) ⇒ Object
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_number ⇒ Object
Returns the value of attribute account_number.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def account_number @account_number end |
#bank_name ⇒ Object
Returns the value of attribute bank_name.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def bank_name @bank_name end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def created_at @created_at end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def customer_id @customer_id end |
#deleted ⇒ Object
Returns the value of attribute deleted.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def deleted @deleted end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def email @email end |
#gateway ⇒ Object
Returns the value of attribute gateway.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def gateway @gateway end |
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def gateway_account_id @gateway_account_id end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def id @id end |
#reference_id ⇒ Object
Returns the value of attribute reference_id.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def reference_id @reference_id end |
#resource_version ⇒ Object
Returns the value of attribute resource_version.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def resource_version @resource_version end |
#routing_number ⇒ Object
Returns the value of attribute routing_number.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def routing_number @routing_number end |
#scheme ⇒ Object
Returns the value of attribute scheme.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def scheme @scheme end |
#swift_code ⇒ Object
Returns the value of attribute swift_code.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def swift_code @swift_code end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 4 def updated_at @updated_at end |
Class Method Details
.create(params, env = nil, headers = {}) ⇒ Object
15 16 17 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 15 def self.create(params, env=nil, headers={}) Request.send('post', uri_path("virtual_bank_accounts"), params, env, headers) end |
.create_using_permanent_token(params, env = nil, headers = {}) ⇒ Object
OPERATIONS
11 12 13 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 11 def self.create_using_permanent_token(params, env=nil, headers={}) Request.send('post', uri_path("virtual_bank_accounts","create_using_permanent_token"), params, env, headers) end |
.delete(id, env = nil, headers = {}) ⇒ Object
27 28 29 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 27 def self.delete(id, env=nil, headers={}) Request.send('post', uri_path("virtual_bank_accounts",id.to_s,"delete"), {}, env, headers) end |
.delete_local(id, env = nil, headers = {}) ⇒ Object
31 32 33 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 31 def self.delete_local(id, env=nil, headers={}) Request.send('post', uri_path("virtual_bank_accounts",id.to_s,"delete_local"), {}, env, headers) end |
.list(params = {}, env = nil, headers = {}) ⇒ Object
23 24 25 |
# File 'lib/chargebee/models/virtual_bank_account.rb', line 23 def self.list(params={}, env=nil, headers={}) Request.send_list_request('get', uri_path("virtual_bank_accounts"), params, env, headers) end |