Compare commits

..

1 Commits

Author SHA1 Message Date
Stripe OpenAPI
b4a7efc91b Merge upstream and update generated code for v385 2023-06-13 21:35:18 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v387
v385

View File

@ -10,11 +10,11 @@ module Stripe
# Reversing a transfer that was made for a [destination
# charge](https://stripe.com/docs/connect/destination-charges) is allowed only up to the amount of
# the charge. It is possible to reverse a
# [transfer_group](https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-options)
# [transfer_group](https://stripe.com/docs/connect/charges-transfers#transfer-options)
# transfer only if the destination account has enough balance to cover the
# reversal.
#
# Related guide: [Reversing transfers](https://stripe.com/docs/connect/separate-charges-and-transfers#reversing-transfers)
# Related guide: [Reversing transfers](https://stripe.com/docs/connect/charges-transfers#reversing-transfers)
class Reversal < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save

View File

@ -11,7 +11,7 @@ module Stripe
# information, read about the
# [transfer/payout split](https://stripe.com/docs/transfer-payout-split).
#
# Related guide: [Creating separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers)
# Related guide: [Creating separate charges and transfers](https://stripe.com/docs/connect/charges-transfers)
class Transfer < APIResource
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List