Class: RecipientAccount

Inherits:
Object
  • Object
show all
Defined in:
lib/RecipientAccount.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountHolderNameObject

Returns the value of attribute accountHolderName.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def accountHolderName
  @accountHolderName
end

#accountNumObject

Returns the value of attribute accountNum.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def accountNum
  @accountNum
end

#bankAddressObject

Returns the value of attribute bankAddress.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def bankAddress
  @bankAddress
end

#bankCityObject

Returns the value of attribute bankCity.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def bankCity
  @bankCity
end

#bankIdObject

Returns the value of attribute bankId.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def bankId
  @bankId
end

#bankNameObject

Returns the value of attribute bankName.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def bankName
  @bankName
end

#bankPostalCodeObject

Returns the value of attribute bankPostalCode.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def bankPostalCode
  @bankPostalCode
end

#bankRegionCodeObject

Returns the value of attribute bankRegionCode.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def bankRegionCode
  @bankRegionCode
end

#branchIdObject

Returns the value of attribute branchId.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def branchId
  @branchId
end

#countryObject

Returns the value of attribute country.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def country
  @country
end

#currencyObject

Returns the value of attribute currency.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def currency
  @currency
end

#disabledAtObject

Returns the value of attribute disabledAt.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def disabledAt
  @disabledAt
end

#emailAddressObject

Returns the value of attribute emailAddress.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def emailAddress
  @emailAddress
end

#ibanObject

Returns the value of attribute iban.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def iban
  @iban
end

#idObject

Returns the value of attribute id.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def id
  @id
end

#primaryObject

Returns the value of attribute primary.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def primary
  @primary
end

#recipientAccountIdObject

Returns the value of attribute recipientAccountId.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def recipientAccountId
  @recipientAccountId
end

#recipientFeesObject

Returns the value of attribute recipientFees.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def recipientFees
  @recipientFees
end

#routeTypeObject

Returns the value of attribute routeType.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def routeType
  @routeType
end

#statusObject

Returns the value of attribute status.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def status
  @status
end

#swiftBicObject

Returns the value of attribute swiftBic.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def swiftBic
  @swiftBic
end

#typeObject

Returns the value of attribute type.



2
3
4
# File 'lib/RecipientAccount.rb', line 2

def type
  @type
end