Class: ApiBanking::PrepaidCardService::TopUp::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::TopUp::Result
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#billerReferenceNo ⇒ Object
Returns the value of attribute billerReferenceNo.
-
#debitReferenceNo ⇒ Object
Returns the value of attribute debitReferenceNo.
-
#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
#billerReferenceNo ⇒ Object
Returns the value of attribute billerReferenceNo
66 67 68 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 66 def billerReferenceNo @billerReferenceNo end |
#debitReferenceNo ⇒ Object
Returns the value of attribute debitReferenceNo
66 67 68 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 66 def debitReferenceNo @debitReferenceNo end |
#serviceCharge ⇒ Object
Returns the value of attribute serviceCharge
66 67 68 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 66 def serviceCharge @serviceCharge end |
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo
66 67 68 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 66 def uniqueResponseNo @uniqueResponseNo end |
#version ⇒ Object
Returns the value of attribute version
66 67 68 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 66 def version @version end |