Skip to content

Commit a4d164f

Browse files
Update generated code for v937
1 parent e5f5601 commit a4d164f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

OPENAPI_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v936
1+
v937

lib/Invoice.php

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
* @property null|string|\Stripe\Quote $quote The quote this invoice was generated from.
101101
* @property null|string $receipt_number This is the transaction number that appears on email receipts sent for this invoice.
102102
* @property null|\Stripe\StripeObject $rendering The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.
103-
* @property null|\Stripe\StripeObject $rendering_options This is a legacy field that will be removed soon. For details about <code>rendering_options</code>, refer to <code>rendering</code> instead. Options for invoice PDF rendering.
104103
* @property null|\Stripe\StripeObject $shipping_cost The details of the cost of shipping, including the ShippingRate applied on the invoice.
105104
* @property null|\Stripe\StripeObject $shipping_details Shipping details for the invoice. The Invoice PDF will use the <code>shipping_details</code> value if it is set, otherwise the PDF will render the shipping address from the customer.
106105
* @property int $starting_balance Starting customer balance before the invoice is finalized. If the invoice has not been finalized yet, this will be the current customer balance. For revision invoices, this also includes any customer balance that was applied to the original invoice.

0 commit comments

Comments
 (0)