Class: CorePro::Models::ExternalAccountVerify
- Defined in:
- lib/corepro/models/external_account_verify.rb
Instance Attribute Summary collapse
-
#amount1 ⇒ Object
Returns the value of attribute amount1.
-
#amount2 ⇒ Object
Returns the value of attribute amount2.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#externalAccountId ⇒ Object
Returns the value of attribute externalAccountId.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
Methods inherited from JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#amount1 ⇒ Object
Returns the value of attribute amount1.
9 10 11 |
# File 'lib/corepro/models/external_account_verify.rb', line 9 def amount1 @amount1 end |
#amount2 ⇒ Object
Returns the value of attribute amount2.
10 11 12 |
# File 'lib/corepro/models/external_account_verify.rb', line 10 def amount2 @amount2 end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7 8 9 |
# File 'lib/corepro/models/external_account_verify.rb', line 7 def customerId @customerId end |
#externalAccountId ⇒ Object
Returns the value of attribute externalAccountId.
8 9 10 |
# File 'lib/corepro/models/external_account_verify.rb', line 8 def externalAccountId @externalAccountId end |