From c973d65774ba3d8f189ab8d73f90190744f74ad0 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Wed, 3 Jun 2020 14:31:52 -0700 Subject: [PATCH] Codegen for openapi 8a11585 --- types/2020-03-02/Checkout/Sessions.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/types/2020-03-02/Checkout/Sessions.d.ts b/types/2020-03-02/Checkout/Sessions.d.ts index 02f39b3ace..67db331b00 100644 --- a/types/2020-03-02/Checkout/Sessions.d.ts +++ b/types/2020-03-02/Checkout/Sessions.d.ts @@ -901,7 +901,15 @@ declare module 'stripe' { } } - type PaymentMethodType = 'bacs_debit' | 'card' | 'fpx' | 'ideal'; + type PaymentMethodType = + | 'bacs_debit' + | 'bancontact' + | 'card' + | 'eps' + | 'fpx' + | 'giropay' + | 'ideal' + | 'p24'; interface SetupIntentData { /**