Module: MangoPay::HTTPCalls::Create
- Included in:
- BankingAliases, CardRegistration, MangoPay::Hook, PayIn::ApplePay::Direct, PayIn::Bancontact::Web, PayIn::BankWire::Direct, PayIn::Blik::Web, PayIn::Card::Direct, PayIn::Card::Web, PayIn::DirectDebit::Direct, PayIn::DirectDebit::Web, PayIn::Giropay::Web, PayIn::GooglePay::Direct, PayIn::Ideal::Web, PayIn::Klarna::Web, PayIn::Mbway::Web, PayIn::Multibanco::Web, PayIn::PayPal::Web, PayIn::Payconiq::Web, PayIn::PreAuthorized::Direct, PayIn::RecurringPayments::CIT, PayIn::RecurringPayments::MIT, PayIn::RecurringPayments::Recurring, PayIn::Satispay::Web, PayIn::Swish::Web, PayIn::Twint::Web, PayOut::BankWire, PayOut::InstantPayoutEligibility::Reachability, Refund, Transfer, User, Wallet
- Defined in:
- lib/mangopay/http_calls.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
17 18 19 |
# File 'lib/mangopay/http_calls.rb', line 17 def self.included(base) base.extend(ClassMethods) end |