Update stripe.d.ts

This commit is contained in:
amritk
2015-12-16 18:32:12 -08:00
parent 8907ae9ff9
commit a30d1017ee
+1
View File
@@ -83,6 +83,7 @@ interface StripeBankTokenResponse
{
id: string;
bank_account: {
id: string;
country: string;
bank_name: string;
last4: number;