|
13380 | 13380 | "description": "This hash contains the features the Payment Element supports.", |
13381 | 13381 | "properties": { |
13382 | 13382 | "payment_method_remove": { |
13383 | | - "description": "Controls whether the Payment Element allows the removal of a saved payment method.", |
| 13383 | + "description": "Controls whether the Payment Element displays the option to remove a saved payment method.", |
13384 | 13384 | "enum": [ |
13385 | 13385 | "disabled", |
13386 | 13386 | "enabled" |
|
13389 | 13389 | "x-stripeBypassValidation": true |
13390 | 13390 | }, |
13391 | 13391 | "payment_method_save": { |
13392 | | - "description": "Controls whether the Payment Element offers to save a new payment method.", |
| 13392 | + "description": "Controls whether the Payment Element displays a checkbox offering to save a new payment method.", |
13393 | 13393 | "enum": [ |
13394 | 13394 | "disabled", |
13395 | 13395 | "enabled" |
|
13398 | 13398 | "x-stripeBypassValidation": true |
13399 | 13399 | }, |
13400 | 13400 | "payment_method_set_as_default": { |
13401 | | - "description": "Controls whether the Payment Element offers to set a payment method as the default.", |
| 13401 | + "description": "Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.", |
13402 | 13402 | "enum": [ |
13403 | 13403 | "disabled", |
13404 | 13404 | "enabled" |
|
13407 | 13407 | "x-stripeBypassValidation": true |
13408 | 13408 | }, |
13409 | 13409 | "payment_method_update": { |
13410 | | - "description": "Controls whether the Payment Element allows the updating of a saved payment method.", |
| 13410 | + "description": "Controls whether the Payment Element displays the option to update a saved payment method.", |
13411 | 13411 | "enum": [ |
13412 | 13412 | "disabled", |
13413 | 13413 | "enabled" |
|
93002 | 93002 | "description": "This hash defines whether the payment element supports certain features.", |
93003 | 93003 | "properties": { |
93004 | 93004 | "payment_method_remove": { |
93005 | | - "description": "Controls whether the Payment Element allows the removal of a saved payment method.", |
| 93005 | + "description": "Controls whether the Payment Element displays the option to remove a saved payment method.", |
93006 | 93006 | "enum": [ |
93007 | 93007 | "disabled", |
93008 | 93008 | "enabled" |
|
93011 | 93011 | "x-stripeBypassValidation": true |
93012 | 93012 | }, |
93013 | 93013 | "payment_method_save": { |
93014 | | - "description": "Controls whether the Payment Element offers to save a new payment method.", |
| 93014 | + "description": "Controls whether the Payment Element displays a checkbox offering to save a new payment method.", |
93015 | 93015 | "enum": [ |
93016 | 93016 | "disabled", |
93017 | 93017 | "enabled" |
|
93020 | 93020 | "x-stripeBypassValidation": true |
93021 | 93021 | }, |
93022 | 93022 | "payment_method_set_as_default": { |
93023 | | - "description": "Controls whether the Payment Element offers to set a payment method as the default.", |
| 93023 | + "description": "Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.", |
93024 | 93024 | "enum": [ |
93025 | 93025 | "disabled", |
93026 | 93026 | "enabled" |
|
93029 | 93029 | "x-stripeBypassValidation": true |
93030 | 93030 | }, |
93031 | 93031 | "payment_method_update": { |
93032 | | - "description": "Controls whether the Payment Element allows the updating of a saved payment method.", |
| 93032 | + "description": "Controls whether the Payment Element displays the option to update a saved payment method.", |
93033 | 93033 | "enum": [ |
93034 | 93034 | "disabled", |
93035 | 93035 | "enabled" |
|
0 commit comments