Class: ApiBanking::VirtualCardManagementService::GetCardDetail::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::VirtualCardManagementService::GetCardDetail::Request
- Defined in:
- lib/api_banking/soap/virtualCardManagementService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#cardUID ⇒ Object
Returns the value of attribute cardUID.
-
#emailID ⇒ Object
Returns the value of attribute emailID.
-
#password ⇒ Object
Returns the value of attribute password.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
18 19 20 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 18 def appID @appID end |
#cardUID ⇒ Object
Returns the value of attribute cardUID
18 19 20 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 18 def cardUID @cardUID end |
#emailID ⇒ Object
Returns the value of attribute emailID
18 19 20 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 18 def emailID @emailID end |
#password ⇒ Object
Returns the value of attribute password
18 19 20 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 18 def password @password end |
#version ⇒ Object
Returns the value of attribute version
18 19 20 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 18 def version @version end |