Update generated code for v562

This commit is contained in:
Stripe OpenAPI 2023-09-27 20:44:30 +00:00
parent 176f13b832
commit 5a2cf963ec
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v557 v562

View File

@ -2,9 +2,9 @@
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe
# `Refund` objects allow you to refund a charge that has previously been created # Refund objects allow you to refund a previously created charge that isn't
# but not yet refunded. Funds will be refunded to the credit or debit card that # refunded yet. Funds are refunded to the credit or debit card that's
# was originally charged. # initially charged.
# #
# Related guide: [Refunds](https://stripe.com/docs/refunds) # Related guide: [Refunds](https://stripe.com/docs/refunds)
class Refund < APIResource class Refund < APIResource