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