mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Update generated code for v562
This commit is contained in:
parent
176f13b832
commit
5a2cf963ec
@ -1 +1 @@
|
||||
v557
|
||||
v562
|
@ -2,9 +2,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
# `Refund` objects allow you to refund a charge that has previously been created
|
||||
# but not yet refunded. Funds will be refunded to the credit or debit card that
|
||||
# was originally charged.
|
||||
# Refund objects allow you to refund a previously created charge that isn't
|
||||
# refunded yet. Funds are refunded to the credit or debit card that's
|
||||
# initially charged.
|
||||
#
|
||||
# Related guide: [Refunds](https://stripe.com/docs/refunds)
|
||||
class Refund < APIResource
|
||||
|
Loading…
x
Reference in New Issue
Block a user