Class: ApiBanking::PrepaidCardManagementService::RegisterCard::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardManagementService::RegisterCard::Request
- Defined in:
- lib/api_banking/soap/prepaidCardManagementService.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.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#idDocument ⇒ Object
Returns the value of attribute idDocument.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#nationality ⇒ Object
Returns the value of attribute nationality.
-
#preferredName ⇒ Object
Returns the value of attribute preferredName.
-
#productCode ⇒ Object
Returns the value of attribute productCode.
-
#proxyCardNumber ⇒ Object
Returns the value of attribute proxyCardNumber.
-
#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
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def address @address end |
#appID ⇒ Object
Returns the value of attribute appID
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def appID @appID end |
#birthDate ⇒ Object
Returns the value of attribute birthDate
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def birthDate @birthDate end |
#firstName ⇒ Object
Returns the value of attribute firstName
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def firstName @firstName end |
#gender ⇒ Object
Returns the value of attribute gender
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def gender @gender end |
#idDocument ⇒ Object
Returns the value of attribute idDocument
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def idDocument @idDocument end |
#lastName ⇒ Object
Returns the value of attribute lastName
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def lastName @lastName end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def mobileNo @mobileNo end |
#nationality ⇒ Object
Returns the value of attribute nationality
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def nationality @nationality end |
#preferredName ⇒ Object
Returns the value of attribute preferredName
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def preferredName @preferredName end |
#productCode ⇒ Object
Returns the value of attribute productCode
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def productCode @productCode end |
#proxyCardNumber ⇒ Object
Returns the value of attribute proxyCardNumber
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def proxyCardNumber @proxyCardNumber end |
#title ⇒ Object
Returns the value of attribute title
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def title @title end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 27 def version @version end |