Sha256: a1650929a113444782cf69d6e2d4fad94ec907df4d9101a92de39757341446bc
Contents?: true
Size: 625 Bytes
Versions: 26
Compression:
Stored size: 625 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
26 entries across 26 versions & 1 rubygems