plaid-link: Add linkCustomizationName to CreateConfig (#42725)

Plaid Link now accepts a linkCustomizationName, user-defined on their dashboard,
 and passed in the CreateConfig.
This commit is contained in:
Andrew Casey
2020-03-05 10:57:26 -08:00
committed by GitHub
parent 9e887e9e2a
commit 625f5b5df2

View File

@@ -24,6 +24,7 @@ export namespace Plaid {
onEvent?: OnEvent;
onLoad?: OnLoad;
language?: Language;
linkCustomizationName?: string;
countryCodes?: Country[];
webhook?: string;
userLegalName?: string;