Class: ActiveMerchant::Billing::StripeGateway::StripePaymentToken

Inherits:
PaymentToken
  • Object
show all
Defined in:
lib/active_merchant/billing/gateways/stripe.rb

Instance Attribute Summary

Attributes inherited from PaymentToken

#payment_data

Instance Method Summary collapse

Methods inherited from PaymentToken

#initialize

Constructor Details

This class inherits a constructor from ActiveMerchant::Billing::PaymentToken

Instance Method Details

#typeObject



316
317
318
# File 'lib/active_merchant/billing/gateways/stripe.rb', line 316

def type
  'stripe'
end