v10.11.0
helenye-stripe
released this
12 Sep 22:05
·
17 commits
to master
since this release
- #1391 Update generated code
- Add support for
template
on parameter classesstripe.Customer.CreateParamsInvoiceSettingsRenderingOptions
,stripe.Customer.ModifyParamsInvoiceSettingsRenderingOptions
,stripe.Invoice.CreateParamsRendering
, andstripe.Invoice.ModifyParamsRendering
and resource classesstripe.Customer.InvoiceSettings.RenderingOptions
andstripe.Invoice.Rendering
- Add support for resource
stripe.InvoiceRenderingTemplate
- Add support for
required
on parameter classesstripe.PaymentLink.CreateParamsTaxIdCollection
,stripe.PaymentLink.ModifyParamsTaxIdCollection
, andstripe.checkout.Session.CreateParamsTaxIdCollection
and resource classesstripe.PaymentLink.TaxIdCollection
andstripe.checkout.Session.TaxIdCollection
- Add support for
submitted
on enumstripe.issuing.Card.Shipping.status
- Change type of
tax_amounts
onstripe.InvoiceLineItem
fromOptional[List[TaxAmount]]
toList[TaxAmount]
- Change type of
tax_rates
onstripe.InvoiceLineItem
fromOptional[List[TaxRate]]
toList[TaxRate]
- Change type of
status_details
onstripe.test_helpers.TestClock
fromOptional[StatusDetails]
toStatusDetails
- Add support for