Sha256: 556c82ba29cbb5ef7293815aa86f105bbc129e856b4fe5cfa93f56b746446b59
Contents?: true
Size: 527 Bytes
Versions: 20
Compression:
Stored size: 527 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](https://stripe.com/docs/issuing/controls/token-management) through Stripe. class Token < APIResource extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "issuing.token" end end end
Version data entries
20 entries across 20 versions & 1 rubygems