class Akatus::BoletoBancario

Attributes

brand[RW]

Public Instance Methods

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