Sha256: 6aacf6c26e307ee8d15da2dd0bdd5007a7964adb1fe15f569941f44436414e6e

Contents?: true

Size: 231 Bytes

Versions: 59

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "three_d_secure".freeze

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

Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
stripe-4.24.0 lib/stripe/resources/three_d_secure.rb
stripe-4.23.0 lib/stripe/resources/three_d_secure.rb
stripe-4.22.1 lib/stripe/resources/three_d_secure.rb
stripe-4.22.0 lib/stripe/resources/three_d_secure.rb
bongloy-4.21.3 lib/stripe/resources/three_d_secure.rb
stripe-4.21.3 lib/stripe/resources/three_d_secure.rb
stripe-4.21.2 lib/stripe/resources/three_d_secure.rb
stripe-4.21.1 lib/stripe/resources/three_d_secure.rb
stripe-4.21.0 lib/stripe/resources/three_d_secure.rb
stripe-4.20.1 lib/stripe/resources/three_d_secure.rb
stripe-4.20.0 lib/stripe/resources/three_d_secure.rb
stripe-4.19.0 lib/stripe/resources/three_d_secure.rb
stripe-4.18.1 lib/stripe/three_d_secure.rb
stripe-4.18.0 lib/stripe/three_d_secure.rb
stripe-4.17.0 lib/stripe/three_d_secure.rb
stripe-4.16.0 lib/stripe/three_d_secure.rb
stripe-4.15.0 lib/stripe/three_d_secure.rb
stripe-4.14.0 lib/stripe/three_d_secure.rb
stripe-4.13.0 lib/stripe/three_d_secure.rb
stripe-4.12.0 lib/stripe/three_d_secure.rb