Class: ApiBanking::AadhaarVerificationService::Verification::DemographicDataModel
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::AadhaarVerificationService::Verification::DemographicDataModel
- Defined in:
- lib/api_banking/soap/aadhaarVerificationService.rb
Instance Attribute Summary collapse
-
#aadhaarName ⇒ Object
Returns the value of attribute aadhaarName.
-
#aadhaarNo ⇒ Object
Returns the value of attribute aadhaarNo.
-
#agentID ⇒ Object
Returns the value of attribute agentID.
-
#dob ⇒ Object
Returns the value of attribute dob.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#loginKey ⇒ Object
Returns the value of attribute loginKey.
-
#merchantId ⇒ Object
Returns the value of attribute merchantId.
-
#merchantTransactionId ⇒ Object
Returns the value of attribute merchantTransactionId.
-
#pincode ⇒ Object
Returns the value of attribute pincode.
-
#terminalID ⇒ Object
Returns the value of attribute terminalID.
Instance Attribute Details
#aadhaarName ⇒ Object
Returns the value of attribute aadhaarName
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def aadhaarName @aadhaarName end |
#aadhaarNo ⇒ Object
Returns the value of attribute aadhaarNo
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def aadhaarNo @aadhaarNo end |
#agentID ⇒ Object
Returns the value of attribute agentID
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def agentID @agentID end |
#dob ⇒ Object
Returns the value of attribute dob
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def dob @dob end |
#gender ⇒ Object
Returns the value of attribute gender
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def gender @gender end |
#loginKey ⇒ Object
Returns the value of attribute loginKey
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def loginKey @loginKey end |
#merchantId ⇒ Object
Returns the value of attribute merchantId
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def merchantId @merchantId end |
#merchantTransactionId ⇒ Object
Returns the value of attribute merchantTransactionId
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def merchantTransactionId @merchantTransactionId end |
#pincode ⇒ Object
Returns the value of attribute pincode
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def pincode @pincode end |
#terminalID ⇒ Object
Returns the value of attribute terminalID
17 18 19 |
# File 'lib/api_banking/soap/aadhaarVerificationService.rb', line 17 def terminalID @terminalID end |