From 8a4fefd5433a11243528edac801fdcf19917ef0f Mon Sep 17 00:00:00 2001 From: Tyler Jones Date: Thu, 12 Jul 2018 09:21:53 -0700 Subject: [PATCH] Stripe card's cardholder name can be null (#27206) See example response in https://stripe.com/docs/api#retrieve_card --- types/stripe/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/stripe/index.d.ts b/types/stripe/index.d.ts index 420869592d..0704eef970 100644 --- a/types/stripe/index.d.ts +++ b/types/stripe/index.d.ts @@ -4398,7 +4398,7 @@ declare namespace Stripe { /** * Cardholder name */ - name: string; + name: string | null; /** * Uniquely identifies this particular card number. You can use this attribute to check