Method: ChargingInformation#setAmount
- Defined in:
- lib/response/payment/ChargingInformation.rb
#setAmount(amount) ⇒ Object
29 30 31 |
# File 'lib/response/payment/ChargingInformation.rb', line 29 def setAmount(amount) @amount=amount end |