Class: CorePro::Models::ProgramExternalAccount
- Defined in:
- lib/corepro/models/program_external_account.rb
Instance Attribute Summary collapse
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#accountNumberMasked ⇒ Object
Returns the value of attribute accountNumberMasked.
-
#description ⇒ Object
Returns the value of attribute description.
-
#isActive ⇒ Object
Returns the value of attribute isActive.
-
#nachaName ⇒ Object
Returns the value of attribute nachaName.
-
#programExternalAccountId ⇒ Object
Returns the value of attribute programExternalAccountId.
-
#routingNumber ⇒ Object
Returns the value of attribute routingNumber.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Methods inherited from JsonBase
#from_json!, #to_hash, #to_json
Instance Attribute Details
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
13 14 15 |
# File 'lib/corepro/models/program_external_account.rb', line 13 def accountNumber @accountNumber end |
#accountNumberMasked ⇒ Object
Returns the value of attribute accountNumberMasked.
14 15 16 |
# File 'lib/corepro/models/program_external_account.rb', line 14 def accountNumberMasked @accountNumberMasked end |
#description ⇒ Object
Returns the value of attribute description.
15 16 17 |
# File 'lib/corepro/models/program_external_account.rb', line 15 def description @description end |
#isActive ⇒ Object
Returns the value of attribute isActive.
17 18 19 |
# File 'lib/corepro/models/program_external_account.rb', line 17 def isActive @isActive end |
#nachaName ⇒ Object
Returns the value of attribute nachaName.
16 17 18 |
# File 'lib/corepro/models/program_external_account.rb', line 16 def nachaName @nachaName end |
#programExternalAccountId ⇒ Object
Returns the value of attribute programExternalAccountId.
10 11 12 |
# File 'lib/corepro/models/program_external_account.rb', line 10 def programExternalAccountId @programExternalAccountId end |
#routingNumber ⇒ Object
Returns the value of attribute routingNumber.
12 13 14 |
# File 'lib/corepro/models/program_external_account.rb', line 12 def routingNumber @routingNumber end |
#type ⇒ Object
Returns the value of attribute type.
11 12 13 |
# File 'lib/corepro/models/program_external_account.rb', line 11 def type @type end |
Instance Method Details
#is_hash? ⇒ Boolean
6 7 8 |
# File 'lib/corepro/models/program_external_account.rb', line 6 def is_hash? true end |