class PagSeguro::OnlineDebitTransactionRequest
Attributes
bank[R]
Get the bank info.
Public Instance Methods
bank=(bank)
click to toggle source
Set the bank. Required for online debit payment method.
# File lib/pagseguro/online_debit_transaction_request.rb, line 13 def bank=(bank) @bank = ensure_type(Bank, bank) end
payment_method()
click to toggle source
Get the payment_method.
# File lib/pagseguro/online_debit_transaction_request.rb, line 7 def payment_method "online_debit" end