Class: CorePro::Models::ProgramExternalAccount

Inherits:
JsonBase
  • Object
show all
Defined in:
lib/corepro/models/program_external_account.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from JsonBase

#from_json!, #to_hash, #to_json

Instance Attribute Details

#accountNumberObject

Returns the value of attribute accountNumber.



13
14
15
# File 'lib/corepro/models/program_external_account.rb', line 13

def accountNumber
  @accountNumber
end

#accountNumberMaskedObject

Returns the value of attribute accountNumberMasked.



14
15
16
# File 'lib/corepro/models/program_external_account.rb', line 14

def accountNumberMasked
  @accountNumberMasked
end

#descriptionObject

Returns the value of attribute description.



15
16
17
# File 'lib/corepro/models/program_external_account.rb', line 15

def description
  @description
end

#isActiveObject

Returns the value of attribute isActive.



17
18
19
# File 'lib/corepro/models/program_external_account.rb', line 17

def isActive
  @isActive
end

#nachaNameObject

Returns the value of attribute nachaName.



16
17
18
# File 'lib/corepro/models/program_external_account.rb', line 16

def nachaName
  @nachaName
end

#programExternalAccountIdObject

Returns the value of attribute programExternalAccountId.



10
11
12
# File 'lib/corepro/models/program_external_account.rb', line 10

def programExternalAccountId
  @programExternalAccountId
end

#routingNumberObject

Returns the value of attribute routingNumber.



12
13
14
# File 'lib/corepro/models/program_external_account.rb', line 12

def routingNumber
  @routingNumber
end

#typeObject

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

Returns:

  • (Boolean)


6
7
8
# File 'lib/corepro/models/program_external_account.rb', line 6

def is_hash?
  true
end