Class: Opensteam::Payment::DirectDebitPayment
- Defined in:
- lib/opensteam/payment/direct_debit_payment.rb
Instance Method Summary collapse
-
#authorize(amount = nil, options = {}) ⇒ Object
authorize amount and credit_card at payment gateway.
-
#capture(amount, authorization, options = {}) ⇒ Object
capture amount from authorization.
- #gateway ⇒ Object
-
#purchase(amount = nil, options = {}) ⇒ Object
purchase amount from credit_card.
Methods inherited from Base
Methods included from StateMachine
Instance Method Details
#authorize(amount = nil, options = {}) ⇒ Object
authorize amount and credit_card at payment gateway
33 34 |
# File 'lib/opensteam/payment/direct_debit_payment.rb', line 33 def ( amount = nil, = {} ) end |
#capture(amount, authorization, options = {}) ⇒ Object
capture amount from authorization
38 39 |
# File 'lib/opensteam/payment/direct_debit_payment.rb', line 38 def capture( amount, , = {} ) end |
#gateway ⇒ Object
27 28 29 |
# File 'lib/opensteam/payment/direct_debit_payment.rb', line 27 def gateway nil end |
#purchase(amount = nil, options = {}) ⇒ Object
purchase amount from credit_card
43 44 |
# File 'lib/opensteam/payment/direct_debit_payment.rb', line 43 def purchase( amount = nil, = {} ) end |