From 3307d06cc5a685d3468a0823bd281bc3d7eaeed4 Mon Sep 17 00:00:00 2001 From: Yejia Chen Date: Fri, 12 Nov 2021 10:19:52 -0500 Subject: [PATCH] Codegen for openapi 66ae67d --- types/2020-08-27/Charges.d.ts | 3 ++- types/2020-08-27/PaymentIntents.d.ts | 3 +++ types/2020-08-27/PaymentMethods.d.ts | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/types/2020-08-27/Charges.d.ts b/types/2020-08-27/Charges.d.ts index 47614f0ef8..44c04c40f3 100644 --- a/types/2020-08-27/Charges.d.ts +++ b/types/2020-08-27/Charges.d.ts @@ -1128,7 +1128,7 @@ declare module 'stripe' { account_holder_type: Fpx.AccountHolderType | null; /** - * The customer's bank. Can be one of `affin_bank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, or `pb_enterprise`. + * The customer's bank. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, or `pb_enterprise`. */ bank: Fpx.Bank; @@ -1143,6 +1143,7 @@ declare module 'stripe' { type Bank = | 'affin_bank' + | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' diff --git a/types/2020-08-27/PaymentIntents.d.ts b/types/2020-08-27/PaymentIntents.d.ts index 36d7445071..31c7d785de 100644 --- a/types/2020-08-27/PaymentIntents.d.ts +++ b/types/2020-08-27/PaymentIntents.d.ts @@ -1253,6 +1253,7 @@ declare module 'stripe' { type Bank = | 'affin_bank' + | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' @@ -2165,6 +2166,7 @@ declare module 'stripe' { type Bank = | 'affin_bank' + | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' @@ -3191,6 +3193,7 @@ declare module 'stripe' { type Bank = | 'affin_bank' + | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' diff --git a/types/2020-08-27/PaymentMethods.d.ts b/types/2020-08-27/PaymentMethods.d.ts index 88875a1101..28a500874a 100644 --- a/types/2020-08-27/PaymentMethods.d.ts +++ b/types/2020-08-27/PaymentMethods.d.ts @@ -428,7 +428,7 @@ declare module 'stripe' { account_holder_type: Fpx.AccountHolderType | null; /** - * The customer's bank, if provided. Can be one of `affin_bank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, or `pb_enterprise`. + * The customer's bank, if provided. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, or `pb_enterprise`. */ bank: Fpx.Bank; } @@ -438,6 +438,7 @@ declare module 'stripe' { type Bank = | 'affin_bank' + | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' @@ -948,6 +949,7 @@ declare module 'stripe' { type Bank = | 'affin_bank' + | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam'