Class: ApiBanking::VirtualCardManagementService::BlockCard::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::VirtualCardManagementService::BlockCard::Request
- Defined in:
- lib/api_banking/soap/virtualCardManagementService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#emailID ⇒ Object
Returns the value of attribute emailID.
-
#password ⇒ Object
Returns the value of attribute password.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
-
#userUID ⇒ Object
Returns the value of attribute userUID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
11 12 13 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 11 def appID @appID end |
#emailID ⇒ Object
Returns the value of attribute emailID
11 12 13 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 11 def emailID @emailID end |
#password ⇒ Object
Returns the value of attribute password
11 12 13 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 11 def password @password end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
11 12 13 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 11 def uniqueRequestNo @uniqueRequestNo end |
#userUID ⇒ Object
Returns the value of attribute userUID
11 12 13 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 11 def userUID @userUID end |
#version ⇒ Object
Returns the value of attribute version
11 12 13 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 11 def version @version end |