Class: ApiBanking::VirtualCardManagementService::RegisterCard::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::VirtualCardManagementService::RegisterCard::Request
- Defined in:
- lib/api_banking/soap/virtualCardManagementService.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#birthDate ⇒ Object
Returns the value of attribute birthDate.
-
#emailID ⇒ Object
Returns the value of attribute emailID.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#nationality ⇒ Object
Returns the value of attribute nationality.
-
#password ⇒ Object
Returns the value of attribute password.
-
#preferredName ⇒ Object
Returns the value of attribute preferredName.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def address @address end |
#appID ⇒ Object
Returns the value of attribute appID
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def appID @appID end |
#birthDate ⇒ Object
Returns the value of attribute birthDate
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def birthDate @birthDate end |
#emailID ⇒ Object
Returns the value of attribute emailID
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def emailID @emailID end |
#firstName ⇒ Object
Returns the value of attribute firstName
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def firstName @firstName end |
#gender ⇒ Object
Returns the value of attribute gender
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def gender @gender end |
#lastName ⇒ Object
Returns the value of attribute lastName
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def lastName @lastName end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def mobileNo @mobileNo end |
#nationality ⇒ Object
Returns the value of attribute nationality
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def nationality @nationality end |
#password ⇒ Object
Returns the value of attribute password
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def password @password end |
#preferredName ⇒ Object
Returns the value of attribute preferredName
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def preferredName @preferredName end |
#title ⇒ Object
Returns the value of attribute title
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def title @title end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
26 27 28 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 26 def version @version end |