Skip to content

Commit f76d480

Browse files
🤖 Merge PR DefinitelyTyped#74535 Braintree - Add payment method tokenization fields for Apple pay and Credit card by @davidvergnaultnc
1 parent 226acc5 commit f76d480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎types/braintree/index.d.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ declare namespace braintree {
538538
expired: boolean;
539539
healthcare: HealthCare;
540540
imageUrl: string;
541+
isNetworkTokenized: boolean;
541542
issuingBank: string;
542543
last4: string;
543544
maskedNumber: string;
@@ -2083,6 +2084,7 @@ declare namespace braintree {
20832084
expirationYear: string;
20842085
expired: boolean;
20852086
imageUrl: string;
2087+
isDeviceToken: boolean;
20862088
last4: string;
20872089
paymentInsuranceName: string;
20882090
sourceDescription: string;

0 commit comments

Comments
 (0)