Class: CorePro::Models::ExternalAccountVerify

Inherits:
ModelBase show all
Defined in:
lib/corepro/models/external_account_verify.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#requestId

Method Summary

Methods inherited from ModelBase

escape, #to_s

Methods inherited from JsonBase

#from_json!, #is_hash?, #to_hash, #to_json

Instance Attribute Details

#amount1Object

Returns the value of attribute amount1.



9
10
11
# File 'lib/corepro/models/external_account_verify.rb', line 9

def amount1
  @amount1
end

#amount2Object

Returns the value of attribute amount2.



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

def amount2
  @amount2
end

#customerIdObject

Returns the value of attribute customerId.



7
8
9
# File 'lib/corepro/models/external_account_verify.rb', line 7

def customerId
  @customerId
end

#externalAccountIdObject

Returns the value of attribute externalAccountId.



8
9
10
# File 'lib/corepro/models/external_account_verify.rb', line 8

def externalAccountId
  @externalAccountId
end