Class: CorePro::Models::AccountAccess

Inherits:
ModelBase show all
Defined in:
lib/corepro/models/account_access.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

#accessTypeCodeObject

Returns the value of attribute accessTypeCode.



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

def accessTypeCode
  @accessTypeCode
end

#accountIdObject

Returns the value of attribute accountId.



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

def accountId
  @accountId
end

#accountNameObject

Returns the value of attribute accountName.



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

def accountName
  @accountName
end

#accountNumberObject

Returns the value of attribute accountNumber.



18
19
20
# File 'lib/corepro/models/account_access.rb', line 18

def accountNumber
  @accountNumber
end

#accountNumberMaskedObject

Returns the value of attribute accountNumberMasked.



19
20
21
# File 'lib/corepro/models/account_access.rb', line 19

def accountNumberMasked
  @accountNumberMasked
end

#accountTagObject

Returns the value of attribute accountTag.



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

def accountTag
  @accountTag
end

#customerIdObject

Returns the value of attribute customerId.



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

def customerId
  @customerId
end

#customerPriorityObject

Returns the value of attribute customerPriority.



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

def customerPriority
  @customerPriority
end

#customerTagObject

Returns the value of attribute customerTag.



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

def customerTag
  @customerTag
end

#firstNameObject

Returns the value of attribute firstName.



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

def firstName
  @firstName
end

#isPrimaryCustomerObject

Returns the value of attribute isPrimaryCustomer.



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

def isPrimaryCustomer
  @isPrimaryCustomer
end

#lastNameObject

Returns the value of attribute lastName.



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

def lastName
  @lastName
end

#middleNameObject

Returns the value of attribute middleName.



11
12
13
# File 'lib/corepro/models/account_access.rb', line 11

def middleName
  @middleName
end

#primaryCustomerIdObject

Returns the value of attribute primaryCustomerId.



22
23
24
# File 'lib/corepro/models/account_access.rb', line 22

def primaryCustomerId
  @primaryCustomerId
end

#routingNumberObject

Returns the value of attribute routingNumber.



20
21
22
# File 'lib/corepro/models/account_access.rb', line 20

def routingNumber
  @routingNumber
end

#routingNumberMaskedObject

Returns the value of attribute routingNumberMasked.



21
22
23
# File 'lib/corepro/models/account_access.rb', line 21

def routingNumberMasked
  @routingNumberMasked
end

#suffixObject

Returns the value of attribute suffix.



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

def suffix
  @suffix
end