Class: Akatus::BoletoBancario

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

Instance Attribute Summary collapse

Attributes inherited from PaymentType

#type

Instance Method Summary collapse

Methods included from Transferrable

included, #initialize

Instance Attribute Details

#brandObject

Returns the value of attribute brand.



32
33
34
# File 'lib/akatus/payment_types.rb', line 32

def brand
  @brand
end

Instance Method Details

#to_payloadObject



33
34
35
# File 'lib/akatus/payment_types.rb', line 33

def to_payload
  { :meio_de_pagamento => 'boleto' }
end