Class: ApiBanking::VirtualCardManagementService::GetCardDetail::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::VirtualCardManagementService::GetCardDetail::Result
- Defined in:
- lib/api_banking/soap/virtualCardManagementService.rb
Instance Attribute Summary collapse
-
#cardDescription ⇒ Object
Returns the value of attribute cardDescription.
-
#cardHolderName ⇒ Object
Returns the value of attribute cardHolderName.
-
#cardImageLarge ⇒ Object
Returns the value of attribute cardImageLarge.
-
#cardImageMedium ⇒ Object
Returns the value of attribute cardImageMedium.
-
#cardImageSmall ⇒ Object
Returns the value of attribute cardImageSmall.
-
#cardKind ⇒ Object
Returns the value of attribute cardKind.
-
#cardName ⇒ Object
Returns the value of attribute cardName.
-
#cardNo ⇒ Object
Returns the value of attribute cardNo.
-
#cardUID ⇒ Object
Returns the value of attribute cardUID.
-
#expiryMonth ⇒ Object
Returns the value of attribute expiryMonth.
-
#expiryYear ⇒ Object
Returns the value of attribute expiryYear.
-
#issueDate ⇒ Object
Returns the value of attribute issueDate.
-
#securePasscode ⇒ Object
Returns the value of attribute securePasscode.
Instance Attribute Details
#cardDescription ⇒ Object
Returns the value of attribute cardDescription
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardDescription @cardDescription end |
#cardHolderName ⇒ Object
Returns the value of attribute cardHolderName
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardHolderName @cardHolderName end |
#cardImageLarge ⇒ Object
Returns the value of attribute cardImageLarge
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardImageLarge @cardImageLarge end |
#cardImageMedium ⇒ Object
Returns the value of attribute cardImageMedium
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardImageMedium @cardImageMedium end |
#cardImageSmall ⇒ Object
Returns the value of attribute cardImageSmall
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardImageSmall @cardImageSmall end |
#cardKind ⇒ Object
Returns the value of attribute cardKind
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardKind @cardKind end |
#cardName ⇒ Object
Returns the value of attribute cardName
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardName @cardName end |
#cardNo ⇒ Object
Returns the value of attribute cardNo
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardNo @cardNo end |
#cardUID ⇒ Object
Returns the value of attribute cardUID
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def cardUID @cardUID end |
#expiryMonth ⇒ Object
Returns the value of attribute expiryMonth
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def expiryMonth @expiryMonth end |
#expiryYear ⇒ Object
Returns the value of attribute expiryYear
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def expiryYear @expiryYear end |
#issueDate ⇒ Object
Returns the value of attribute issueDate
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def issueDate @issueDate end |
#securePasscode ⇒ Object
Returns the value of attribute securePasscode
20 21 22 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 20 def securePasscode @securePasscode end |