@@ -8,11 +8,11 @@ public class PaymentMethodIdeal : StripeEntity<PaymentMethodIdeal>
8
8
/// <summary>
9
9
/// The customer's bank, if provided. Can be one of <c>abn_amro</c>, <c>asn_bank</c>,
10
10
/// <c>bunq</c>, <c>handelsbanken</c>, <c>ing</c>, <c>knab</c>, <c>moneyou</c>,
11
- /// <c>rabobank</c>, <c>regiobank</c>, <c>sns_bank</c>, <c>triodos_bank</c>, or
12
- /// <c>van_lanschot</c>.
11
+ /// <c>rabobank</c>, <c>regiobank</c>, <c>revolut</c>, <c> sns_bank</c>, <c>triodos_bank</c>,
12
+ /// or <c>van_lanschot</c>.
13
13
/// One of: <c>abn_amro</c>, <c>asn_bank</c>, <c>bunq</c>, <c>handelsbanken</c>, <c>ing</c>,
14
- /// <c>knab</c>, <c>moneyou</c>, <c>rabobank</c>, <c>regiobank</c>, <c>sns_bank </c>,
15
- /// <c>triodos_bank</c>, or <c>van_lanschot</c>.
14
+ /// <c>knab</c>, <c>moneyou</c>, <c>rabobank</c>, <c>regiobank</c>, <c>revolut </c>,
15
+ /// <c>sns_bank</c>, <c> triodos_bank</c>, or <c>van_lanschot</c>.
16
16
/// </summary>
17
17
[ JsonProperty ( "bank" ) ]
18
18
public string Bank { get ; set ; }
@@ -21,7 +21,7 @@ public class PaymentMethodIdeal : StripeEntity<PaymentMethodIdeal>
21
21
/// The Bank Identifier Code of the customer's bank, if the bank was provided.
22
22
/// One of: <c>ABNANL2A</c>, <c>ASNBNL21</c>, <c>BUNQNL2A</c>, <c>FVLBNL22</c>,
23
23
/// <c>HANDNL2A</c>, <c>INGBNL2A</c>, <c>KNABNL2H</c>, <c>MOYONL21</c>, <c>RABONL2U</c>,
24
- /// <c>RBRBNL21</c>, <c>SNSBNL2A</c>, or <c>TRIONL2U</c>.
24
+ /// <c>RBRBNL21</c>, <c>REVOLT21</c>, <c> SNSBNL2A</c>, or <c>TRIONL2U</c>.
25
25
/// </summary>
26
26
[ JsonProperty ( "bic" ) ]
27
27
public string Bic { get ; set ; }
0 commit comments