mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Stripe card's cardholder name can be null (#27206)
See example response in https://stripe.com/docs/api#retrieve_card
This commit is contained in:
committed by
Ryan Cavanaugh
parent
d18f6afc20
commit
8a4fefd543
2
types/stripe/index.d.ts
vendored
2
types/stripe/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user