Sha256: 0ee47a1473fc823fe5bfd41008bc8fee7227a090825835431388c46c6d7a593d

Contents?: true

Size: 466 Bytes

Versions: 3

Compression:

Stored size: 466 Bytes

Contents

# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
  module Issuing
    # An issuing token object is created when an issued card is added to a digital wallet. As a [card issuer](https://stripe.com/docs/issuing), you can view and manage these tokens through Stripe.
    class Token < APIResource
      extend Stripe::APIOperations::List
      include Stripe::APIOperations::Save

      OBJECT_NAME = "issuing.token"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stripe-9.5.0.pre.beta.2 lib/stripe/resources/issuing/token.rb
stripe-9.5.0.pre.beta.1 lib/stripe/resources/issuing/token.rb
stripe-9.4.0 lib/stripe/resources/issuing/token.rb