Sha256: 74a3e9f2b2cfc5e228267d553542272f8e07b0b66758f2c0001907df6811551f
Contents?: true
Size: 624 Bytes
Versions: 15
Compression:
Stored size: 624 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Issuing # Any use of an [issued card](https://stripe.com/docs/issuing) that results in funds entering or leaving # your Stripe account, such as a completed purchase or refund, is represented by an Issuing # `Transaction` object. # # Related guide: [Issued card transactions](https://stripe.com/docs/issuing/purchases/transactions) class Transaction < APIResource extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "issuing.transaction" end end end
Version data entries
15 entries across 15 versions & 1 rubygems