Class: ActiveMerchant::Billing::StripeGateway::StripePaymentToken
- Inherits:
-
PaymentToken
- Object
- PaymentToken
- ActiveMerchant::Billing::StripeGateway::StripePaymentToken
- Defined in:
- lib/active_merchant/billing/gateways/stripe.rb
Instance Attribute Summary
Attributes inherited from PaymentToken
Instance Method Summary collapse
Methods inherited from PaymentToken
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::PaymentToken
Instance Method Details
#type ⇒ Object
300 301 302 |
# File 'lib/active_merchant/billing/gateways/stripe.rb', line 300 def type 'stripe' end |