mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +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
Vendored
+1
-1
@@ -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