Class: Trolley::RecipientAccount

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

Instance Attribute Summary collapse

Instance Attribute Details

#accountHolderNameObject

Returns the value of attribute accountHolderName.



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

def accountHolderName
  @accountHolderName
end

#accountNumObject

Returns the value of attribute accountNum.



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

def accountNum
  @accountNum
end

#bankAddressObject

Returns the value of attribute bankAddress.



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

def bankAddress
  @bankAddress
end

#bankCityObject

Returns the value of attribute bankCity.



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

def bankCity
  @bankCity
end

#bankIdObject

Returns the value of attribute bankId.



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

def bankId
  @bankId
end

#bankNameObject

Returns the value of attribute bankName.



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

def bankName
  @bankName
end

#bankPostalCodeObject

Returns the value of attribute bankPostalCode.



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

def bankPostalCode
  @bankPostalCode
end

#bankRegionCodeObject

Returns the value of attribute bankRegionCode.



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

def bankRegionCode
  @bankRegionCode
end

#branchIdObject

Returns the value of attribute branchId.



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

def branchId
  @branchId
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#disabledAtObject

Returns the value of attribute disabledAt.



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

def disabledAt
  @disabledAt
end

#emailAddressObject

Returns the value of attribute emailAddress.



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

def emailAddress
  @emailAddress
end

#ibanObject

Returns the value of attribute iban.



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

def iban
  @iban
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#primaryObject

Returns the value of attribute primary.



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

def primary
  @primary
end

#recipientAccountIdObject

Returns the value of attribute recipientAccountId.



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

def recipientAccountId
  @recipientAccountId
end

#recipientFeesObject

Returns the value of attribute recipientFees.



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

def recipientFees
  @recipientFees
end

#recipientIdObject

Returns the value of attribute recipientId.



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

def recipientId
  @recipientId
end

#recipientReferenceIdObject

Returns the value of attribute recipientReferenceId.



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

def recipientReferenceId
  @recipientReferenceId
end

#routeTypeObject

Returns the value of attribute routeType.



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

def routeType
  @routeType
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#swiftBicObject

Returns the value of attribute swiftBic.



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

def swiftBic
  @swiftBic
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end