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 1e26832 commit 869dd32
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/ShippingRate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
namespace Stripe;

/**
* Shipping rates describe the price of shipping presented to your customers and can be
* applied to <a href="https://stripe.com/docs/payments/checkout/shipping">Checkout Sessions</a>
* and <a href="https://stripe.com/docs/orders/shipping">Orders</a> to collect shipping costs.
* Shipping rates describe the price of shipping presented to your customers and
* applied to a purchase. For more information, see <a href="https://stripe.com/docs/payments/during-payment/charge-shipping">Charge for shipping</a>.
*
* @property string $id Unique identifier for the object.
* @property string $object String representing the object's type. Objects of the same type share the same value.
Expand Down

0 comments on commit 869dd32

Please sign in to comment.