class ActiveMerchant::Billing::StripeGateway::StripePaymentToken

Public Instance Methods

type() click to toggle source
# File lib/active_merchant/billing/gateways/stripe.rb, line 210
def type
  'stripe'
end