class Akatus::ElectronicFundsTransfer

Public Instance Methods

to_payload() click to toggle source
# File lib/akatus/payment_types.rb, line 26
def to_payload
  { :meio_de_pagamento => brand }
end