Class: PagSeguro::BoletoTransactionRequest
- Inherits:
-
TransactionRequest
- Object
- TransactionRequest
- PagSeguro::BoletoTransactionRequest
- 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
Instance Method Summary collapse
-
#payment_method ⇒ Object
Get the payment_method.
Methods inherited from TransactionRequest
#create, #items, #update_attributes
Methods included from Extensions::EnsureType
Methods included from Extensions::MassAssignment
Instance Method Details
#payment_method ⇒ Object
Get the payment_method.
4 5 6 |
# File 'lib/pagseguro/boleto_transaction_request.rb', line 4 def payment_method "boleto" end |