Class: CorePro::Models::AccountAccess
- Defined in:
- lib/corepro/models/account_access.rb
Instance Attribute Summary collapse
-
#accessTypeCode ⇒ Object
Returns the value of attribute accessTypeCode.
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#accountNumberMasked ⇒ Object
Returns the value of attribute accountNumberMasked.
-
#accountTag ⇒ Object
Returns the value of attribute accountTag.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#customerPriority ⇒ Object
Returns the value of attribute customerPriority.
-
#customerTag ⇒ Object
Returns the value of attribute customerTag.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#isPrimaryCustomer ⇒ Object
Returns the value of attribute isPrimaryCustomer.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#middleName ⇒ Object
Returns the value of attribute middleName.
-
#primaryCustomerId ⇒ Object
Returns the value of attribute primaryCustomerId.
-
#routingNumber ⇒ Object
Returns the value of attribute routingNumber.
-
#routingNumberMasked ⇒ Object
Returns the value of attribute routingNumberMasked.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
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
#accessTypeCode ⇒ Object
Returns the value of attribute accessTypeCode.
8 9 10 |
# File 'lib/corepro/models/account_access.rb', line 8 def accessTypeCode @accessTypeCode end |
#accountId ⇒ Object
Returns the value of attribute accountId.
7 8 9 |
# File 'lib/corepro/models/account_access.rb', line 7 def accountId @accountId end |
#accountName ⇒ Object
Returns the value of attribute accountName.
17 18 19 |
# File 'lib/corepro/models/account_access.rb', line 17 def accountName @accountName end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
18 19 20 |
# File 'lib/corepro/models/account_access.rb', line 18 def accountNumber @accountNumber end |
#accountNumberMasked ⇒ Object
Returns the value of attribute accountNumberMasked.
19 20 21 |
# File 'lib/corepro/models/account_access.rb', line 19 def accountNumberMasked @accountNumberMasked end |
#accountTag ⇒ Object
Returns the value of attribute accountTag.
16 17 18 |
# File 'lib/corepro/models/account_access.rb', line 16 def accountTag @accountTag end |
#customerId ⇒ Object
Returns the value of attribute customerId.
6 7 8 |
# File 'lib/corepro/models/account_access.rb', line 6 def customerId @customerId end |
#customerPriority ⇒ Object
Returns the value of attribute customerPriority.
9 10 11 |
# File 'lib/corepro/models/account_access.rb', line 9 def customerPriority @customerPriority end |
#customerTag ⇒ Object
Returns the value of attribute customerTag.
14 15 16 |
# File 'lib/corepro/models/account_access.rb', line 14 def customerTag @customerTag end |
#firstName ⇒ Object
Returns the value of attribute firstName.
10 11 12 |
# File 'lib/corepro/models/account_access.rb', line 10 def firstName @firstName end |
#isPrimaryCustomer ⇒ Object
Returns the value of attribute isPrimaryCustomer.
15 16 17 |
# File 'lib/corepro/models/account_access.rb', line 15 def isPrimaryCustomer @isPrimaryCustomer end |
#lastName ⇒ Object
Returns the value of attribute lastName.
12 13 14 |
# File 'lib/corepro/models/account_access.rb', line 12 def lastName @lastName end |
#middleName ⇒ Object
Returns the value of attribute middleName.
11 12 13 |
# File 'lib/corepro/models/account_access.rb', line 11 def middleName @middleName end |
#primaryCustomerId ⇒ Object
Returns the value of attribute primaryCustomerId.
22 23 24 |
# File 'lib/corepro/models/account_access.rb', line 22 def primaryCustomerId @primaryCustomerId end |
#routingNumber ⇒ Object
Returns the value of attribute routingNumber.
20 21 22 |
# File 'lib/corepro/models/account_access.rb', line 20 def routingNumber @routingNumber end |
#routingNumberMasked ⇒ Object
Returns the value of attribute routingNumberMasked.
21 22 23 |
# File 'lib/corepro/models/account_access.rb', line 21 def routingNumberMasked @routingNumberMasked end |
#suffix ⇒ Object
Returns the value of attribute suffix.
13 14 15 |
# File 'lib/corepro/models/account_access.rb', line 13 def suffix @suffix end |