Lets the description and email fields be null on several objectsBreaking changes
What’s new
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
Allows setting description
and email
to null on various objects, providing more flexibility in how you manage data.