Class: Akatus::ElectronicFundsTransfer

Inherits:
PaymentType show all
Defined in:
lib/akatus/payment_types.rb

Instance Attribute Summary

Attributes inherited from PaymentType

#type

Instance Method Summary collapse

Methods included from Transferrable

included, #initialize

Instance Method Details

#to_payloadObject



26
27
28
# File 'lib/akatus/payment_types.rb', line 26

def to_payload
  { :meio_de_pagamento => brand }
end