class Adyen::REST::ModifyPayment::Request

Public Instance Methods

set_amount(currency, value)
set_modification_amount(currency, value) click to toggle source
   # File lib/adyen/rest/modify_payment.rb
 8 def set_modification_amount(currency, value)
 9   self['modification_amount'] = { currency: currency, value: value }
10 end
Also aliased as: set_amount