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



293
294
295
# File 'lib/active_merchant/billing/gateways/stripe.rb', line 293

def type
  'stripe'
end