2023-02-07 — Add address deleted_at
The subscriptions shipping_address
and billing_address
objects now contain a field called deleted_at
.
The deleted_at
field is now present on all responses that include the subscription address model. This also includes the shipping address
and billing address
on the subscription
model. A value of null
indicates the address has not been deleted. See an example of a subscription address here: List Subscriptions 200 response, including shipping and billing addresses.