Class: Trolley::RecipientAccount
- Inherits:
-
Object
- Object
- Trolley::RecipientAccount
- Defined in:
- lib/trolley/RecipientAccount.rb
Instance Attribute Summary collapse
-
#accountHolderName ⇒ Object
Returns the value of attribute accountHolderName.
-
#accountNum ⇒ Object
Returns the value of attribute accountNum.
-
#bankAddress ⇒ Object
Returns the value of attribute bankAddress.
-
#bankCity ⇒ Object
Returns the value of attribute bankCity.
-
#bankId ⇒ Object
Returns the value of attribute bankId.
-
#bankName ⇒ Object
Returns the value of attribute bankName.
-
#bankPostalCode ⇒ Object
Returns the value of attribute bankPostalCode.
-
#bankRegionCode ⇒ Object
Returns the value of attribute bankRegionCode.
-
#branchId ⇒ Object
Returns the value of attribute branchId.
-
#country ⇒ Object
Returns the value of attribute country.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#disabledAt ⇒ Object
Returns the value of attribute disabledAt.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#id ⇒ Object
Returns the value of attribute id.
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#recipientAccountId ⇒ Object
Returns the value of attribute recipientAccountId.
-
#recipientFees ⇒ Object
Returns the value of attribute recipientFees.
-
#recipientId ⇒ Object
Returns the value of attribute recipientId.
-
#recipientReferenceId ⇒ Object
Returns the value of attribute recipientReferenceId.
-
#routeType ⇒ Object
Returns the value of attribute routeType.
-
#status ⇒ Object
Returns the value of attribute status.
-
#swiftBic ⇒ Object
Returns the value of attribute swiftBic.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#accountHolderName ⇒ Object
Returns the value of attribute accountHolderName.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def accountHolderName @accountHolderName end |
#accountNum ⇒ Object
Returns the value of attribute accountNum.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def accountNum @accountNum end |
#bankAddress ⇒ Object
Returns the value of attribute bankAddress.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def bankAddress @bankAddress end |
#bankCity ⇒ Object
Returns the value of attribute bankCity.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def bankCity @bankCity end |
#bankId ⇒ Object
Returns the value of attribute bankId.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def bankId @bankId end |
#bankName ⇒ Object
Returns the value of attribute bankName.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def bankName @bankName end |
#bankPostalCode ⇒ Object
Returns the value of attribute bankPostalCode.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def bankPostalCode @bankPostalCode end |
#bankRegionCode ⇒ Object
Returns the value of attribute bankRegionCode.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def bankRegionCode @bankRegionCode end |
#branchId ⇒ Object
Returns the value of attribute branchId.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def branchId @branchId end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def country @country end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def currency @currency end |
#disabledAt ⇒ Object
Returns the value of attribute disabledAt.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def disabledAt @disabledAt end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def emailAddress @emailAddress end |
#iban ⇒ Object
Returns the value of attribute iban.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def iban @iban end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def id @id end |
#primary ⇒ Object
Returns the value of attribute primary.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def primary @primary end |
#recipientAccountId ⇒ Object
Returns the value of attribute recipientAccountId.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def recipientAccountId @recipientAccountId end |
#recipientFees ⇒ Object
Returns the value of attribute recipientFees.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def recipientFees @recipientFees end |
#recipientId ⇒ Object
Returns the value of attribute recipientId.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def recipientId @recipientId end |
#recipientReferenceId ⇒ Object
Returns the value of attribute recipientReferenceId.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def recipientReferenceId @recipientReferenceId end |
#routeType ⇒ Object
Returns the value of attribute routeType.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def routeType @routeType end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def status @status end |
#swiftBic ⇒ Object
Returns the value of attribute swiftBic.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def swiftBic @swiftBic end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/trolley/RecipientAccount.rb', line 3 def type @type end |