Method: ActiveMerchant::Billing::Integrations::PayFast::Notification#amount

Defined in:
lib/active_merchant/billing/integrations/pay_fast/notification.rb

#amountObject

The net amount credited to the receiver’s account.



82
83
84
# File 'lib/active_merchant/billing/integrations/pay_fast/notification.rb', line 82

def amount
  params['amount_net']
end