Class: SpreeAdyen::PaymentSources::AchDirectDebit
- Inherits:
-
Spree::PaymentSource
- Object
- Spree::PaymentSource
- SpreeAdyen::PaymentSources::AchDirectDebit
- Defined in:
- app/models/spree_adyen/payment_sources/ach_direct_debit.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.display_name ⇒ Object
8 9 10 |
# File 'app/models/spree_adyen/payment_sources/ach_direct_debit.rb', line 8 def self.display_name 'ACH Direct Debit' end |
Instance Method Details
#actions ⇒ Object
4 5 6 |
# File 'app/models/spree_adyen/payment_sources/ach_direct_debit.rb', line 4 def actions %w[credit void] end |
#display_payment_info ⇒ Object
12 13 14 |
# File 'app/models/spree_adyen/payment_sources/ach_direct_debit.rb', line 12 def display_payment_info 'ACH Direct Debit' end |