Sha256: b0b47533aa02ec574ddab84429fa27eba73d766f2ecb33bcbf6e81ff1b36e3a3

Contents?: true

Size: 224 Bytes

Versions: 28

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

module Stripe
  class ThreeDSecure < APIResource
    extend Stripe::APIOperations::Create

    OBJECT_NAME = "three_d_secure"

    def self.resource_url
      "/v1/3d_secure"
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
stripe-5.22.0 lib/stripe/resources/three_d_secure.rb
stripe-5.21.0 lib/stripe/resources/three_d_secure.rb
stripe-5.20.0 lib/stripe/resources/three_d_secure.rb
stripe-5.19.0 lib/stripe/resources/three_d_secure.rb
stripe-5.18.0 lib/stripe/resources/three_d_secure.rb
stripe-5.17.0 lib/stripe/resources/three_d_secure.rb
stripe-5.16.0 lib/stripe/resources/three_d_secure.rb
stripe-5.15.0 lib/stripe/resources/three_d_secure.rb
stripe-5.14.0 lib/stripe/resources/three_d_secure.rb
stripe-5.13.0 lib/stripe/resources/three_d_secure.rb
stripe-5.12.1 lib/stripe/resources/three_d_secure.rb
stripe-5.12.0 lib/stripe/resources/three_d_secure.rb
stripe-5.11.0 lib/stripe/resources/three_d_secure.rb
stripe-5.10.0 lib/stripe/resources/three_d_secure.rb
stripe-5.9.0 lib/stripe/resources/three_d_secure.rb
stripe-5.8.0 lib/stripe/resources/three_d_secure.rb
stripe-5.7.1 lib/stripe/resources/three_d_secure.rb
stripe-5.7.0 lib/stripe/resources/three_d_secure.rb
stripe-5.6.0 lib/stripe/resources/three_d_secure.rb
stripe-5.5.0 lib/stripe/resources/three_d_secure.rb