@@ -183,11 +183,11 @@ public static class AccountManagement extends StripeObject {
183
183
@ EqualsAndHashCode (callSuper = false )
184
184
public static class Features extends StripeObject {
185
185
/**
186
- * Disables Stripe user authentication for this embedded component. This feature can only be
187
- * false for accounts where you’re responsible for collecting updated information when
188
- * requirements are due or change, like custom accounts. The default value for this feature
189
- * is {@code false} when {@code external_account_collection} is enabled and {@code true}
190
- * otherwise .
186
+ * Disables Stripe user authentication for this embedded component. This value can only be
187
+ * true for accounts where {@code controller.requirement_collection} is {@code application}.
188
+ * The default value is the opposite of the {@code external_account_collection} value. For
189
+ * example, if you don’t set {@code external_account_collection}, it defaults to true and
190
+ * {@code disable_stripe_user_authentication} defaults to false .
191
191
*/
192
192
@ SerializedName ("disable_stripe_user_authentication" )
193
193
Boolean disableStripeUserAuthentication ;
@@ -228,11 +228,11 @@ public static class AccountOnboarding extends StripeObject {
228
228
@ EqualsAndHashCode (callSuper = false )
229
229
public static class Features extends StripeObject {
230
230
/**
231
- * Disables Stripe user authentication for this embedded component. This feature can only be
232
- * false for accounts where you’re responsible for collecting updated information when
233
- * requirements are due or change, like custom accounts. The default value for this feature
234
- * is {@code false} when {@code external_account_collection} is enabled and {@code true}
235
- * otherwise .
231
+ * Disables Stripe user authentication for this embedded component. This value can only be
232
+ * true for accounts where {@code controller.requirement_collection} is {@code application}.
233
+ * The default value is the opposite of the {@code external_account_collection} value. For
234
+ * example, if you don’t set {@code external_account_collection}, it defaults to true and
235
+ * {@code disable_stripe_user_authentication} defaults to false .
236
236
*/
237
237
@ SerializedName ("disable_stripe_user_authentication" )
238
238
Boolean disableStripeUserAuthentication ;
@@ -273,11 +273,11 @@ public static class Balances extends StripeObject {
273
273
@ EqualsAndHashCode (callSuper = false )
274
274
public static class Features extends StripeObject {
275
275
/**
276
- * Disables Stripe user authentication for this embedded component. This feature can only be
277
- * false for accounts where you’re responsible for collecting updated information when
278
- * requirements are due or change, like custom accounts. The default value for this feature
279
- * is {@code false} when {@code external_account_collection} is enabled and {@code true}
280
- * otherwise .
276
+ * Disables Stripe user authentication for this embedded component. This value can only be
277
+ * true for accounts where {@code controller.requirement_collection} is {@code application}.
278
+ * The default value is the opposite of the {@code external_account_collection} value. For
279
+ * example, if you don’t set {@code external_account_collection}, it defaults to true and
280
+ * {@code disable_stripe_user_authentication} defaults to false .
281
281
*/
282
282
@ SerializedName ("disable_stripe_user_authentication" )
283
283
Boolean disableStripeUserAuthentication ;
@@ -364,11 +364,11 @@ public static class NotificationBanner extends StripeObject {
364
364
@ EqualsAndHashCode (callSuper = false )
365
365
public static class Features extends StripeObject {
366
366
/**
367
- * Disables Stripe user authentication for this embedded component. This feature can only be
368
- * false for accounts where you’re responsible for collecting updated information when
369
- * requirements are due or change, like custom accounts. The default value for this feature
370
- * is {@code false} when {@code external_account_collection} is enabled and {@code true}
371
- * otherwise .
367
+ * Disables Stripe user authentication for this embedded component. This value can only be
368
+ * true for accounts where {@code controller.requirement_collection} is {@code application}.
369
+ * The default value is the opposite of the {@code external_account_collection} value. For
370
+ * example, if you don’t set {@code external_account_collection}, it defaults to true and
371
+ * {@code disable_stripe_user_authentication} defaults to false .
372
372
*/
373
373
@ SerializedName ("disable_stripe_user_authentication" )
374
374
Boolean disableStripeUserAuthentication ;
@@ -509,11 +509,11 @@ public static class Payouts extends StripeObject {
509
509
@ EqualsAndHashCode (callSuper = false )
510
510
public static class Features extends StripeObject {
511
511
/**
512
- * Disables Stripe user authentication for this embedded component. This feature can only be
513
- * false for accounts where you’re responsible for collecting updated information when
514
- * requirements are due or change, like custom accounts. The default value for this feature
515
- * is {@code false} when {@code external_account_collection} is enabled and {@code true}
516
- * otherwise .
512
+ * Disables Stripe user authentication for this embedded component. This value can only be
513
+ * true for accounts where {@code controller.requirement_collection} is {@code application}.
514
+ * The default value is the opposite of the {@code external_account_collection} value. For
515
+ * example, if you don’t set {@code external_account_collection}, it defaults to true and
516
+ * {@code disable_stripe_user_authentication} defaults to false .
517
517
*/
518
518
@ SerializedName ("disable_stripe_user_authentication" )
519
519
Boolean disableStripeUserAuthentication ;
0 commit comments