Class: PagSeguro::BoletoTransactionRequest

Inherits:
TransactionRequest show all
Defined in:
lib/pagseguro/boleto_transaction_request.rb

Instance Attribute Summary

Attributes inherited from TransactionRequest

#code, #created_at, #currency, #discount_amount, #errors, #extra_amount, #extra_params, #gross_amount, #installment_count, #net_amount, #notification_url, #payment_link, #payment_mode, #primary_receiver, #receivers, #reference, #sender, #shipping, #status, #type_id, #updated_at

Attributes included from Extensions::Credentiable

#credentials

Instance Method Summary collapse

Methods inherited from TransactionRequest

#create, #items, #update_attributes

Methods included from Extensions::EnsureType

#ensure_type

Methods included from Extensions::MassAssignment

#initialize

Instance Method Details

#payment_methodObject

Get the payment_method.



4
5
6
# File 'lib/pagseguro/boleto_transaction_request.rb', line 4

def payment_method
  "boleto"
end