mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05: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
|
# 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user