From 2be6505ee96c4e171dc11091ac37292f09a3edd4 Mon Sep 17 00:00:00 2001 From: Sebastian Noack Date: Fri, 30 Jun 2023 19:55:21 -0400 Subject: [PATCH] Allow for deleting customer's email address in type defintions --- types/CustomersResource.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/CustomersResource.d.ts b/types/CustomersResource.d.ts index 1b150bfc7d..cbe4fcf1a9 100644 --- a/types/CustomersResource.d.ts +++ b/types/CustomersResource.d.ts @@ -328,7 +328,7 @@ declare module 'stripe' { /** * Customer's email address. It's displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to *512 characters*. */ - email?: string; + email?: string | null; /** * Specifies which fields in the response should be expanded.