Skip to content

Commit

Permalink
Update generated code for v424
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 18, 2023
1 parent 7fd66e7 commit 7dbccc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v423
v424
5 changes: 2 additions & 3 deletions lib/stripe/resources/shipping_rate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# frozen_string_literal: true

module Stripe
# Shipping rates describe the price of shipping presented to your customers and can be
# applied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping)
# and [Orders](https://stripe.com/docs/orders/shipping) to collect shipping costs.
# Shipping rates describe the price of shipping presented to your customers and
# applied to a purchase. For more information, see [Charge for shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).
class ShippingRate < APIResource
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List
Expand Down

0 comments on commit 7dbccc4

Please sign in to comment.