Lets the description and email fields be null on several objectsBreaking changes
What’s new![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Allows the description
property on Customer
, Charge
, InvoiceItem
, and Recipient
objects, and the email
property on Customer
and Recipient
objects, to be set to null by providing empty string values in POST requests.
Impact![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Allows setting description
and email
to null on various objects, providing more flexibility in how you manage data.