Sha256: 73aaff2217cfcb52a7729f6a2c4f5b66bb7fe64a6851b30be039d0dd354cb17b
Contents?: true
Size: 518 Bytes
Versions: 68
Compression:
Stored size: 518 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Treasury # You can reverse some [ReceivedCredits](https://stripe.com/docs/api#received_credits) depending on their network and source flow. Reversing a ReceivedCredit leads to the creation of a new object known as a CreditReversal. class CreditReversal < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List OBJECT_NAME = "treasury.credit_reversal" end end end
Version data entries
68 entries across 68 versions & 1 rubygems