Class: ApiBanking::PrepaidCardService::PayToContact::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::PayToContact::Result
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#serviceCharge ⇒ Object
Returns the value of attribute serviceCharge.
-
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
59 60 61 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 59 def appID @appID end |
#serviceCharge ⇒ Object
Returns the value of attribute serviceCharge
59 60 61 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 59 def serviceCharge @serviceCharge end |
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo
59 60 61 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 59 def uniqueResponseNo @uniqueResponseNo end |
#version ⇒ Object
Returns the value of attribute version
59 60 61 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 59 def version @version end |