Class: Billogram::InternationalBankAccount

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/international_bank_account.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#bankObject

Returns the value of attribute bank.



5
6
7
# File 'lib/billogram/resources/international_bank_account.rb', line 5

def bank
  @bank
end

#bicObject

Returns the value of attribute bic.



5
6
7
# File 'lib/billogram/resources/international_bank_account.rb', line 5

def bic
  @bic
end

#ibanObject

Returns the value of attribute iban.



5
6
7
# File 'lib/billogram/resources/international_bank_account.rb', line 5

def iban
  @iban
end

#swiftObject

Returns the value of attribute swift.



5
6
7
# File 'lib/billogram/resources/international_bank_account.rb', line 5

def swift
  @swift
end