class Payture::Ewallet::Responses::Refund

Public Instance Methods

actual_amount() click to toggle source
# File lib/payture/ewallet/responses/refund.rb, line 6
def actual_amount
  @actual_amount ||= money(body['NewAmount'])
end