Class: ApiBanking::PrepaidCardManagementService::RegisterCard::IDDocument
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardManagementService::RegisterCard::IDDocument
- Defined in:
- lib/api_banking/soap/prepaidCardManagementService.rb
Instance Attribute Summary collapse
-
#countryOfIssue ⇒ Object
Returns the value of attribute countryOfIssue.
-
#documentNo ⇒ Object
Returns the value of attribute documentNo.
-
#documentType ⇒ Object
Returns the value of attribute documentType.
Instance Attribute Details
#countryOfIssue ⇒ Object
Returns the value of attribute countryOfIssue
25 26 27 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 25 def countryOfIssue @countryOfIssue end |
#documentNo ⇒ Object
Returns the value of attribute documentNo
25 26 27 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 25 def documentNo @documentNo end |
#documentType ⇒ Object
Returns the value of attribute documentType
25 26 27 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 25 def documentType @documentType end |