Method: Executes when the WooCommerce Payments plugin is deactivated. Possibly hard-deletes the note if it is in the database. Hard-delete is used instead of soft-delete or actioning the note because we need to show the note if the plugin is activated again.
Source: packages/woocommerce-admin/src/Notes/SetUpAdditionalPaymentTypes.php:72
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/SetupIntent.php:88
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/SetupIntent.php:105
Method: Returns a list of SetupIntents.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:19
Method: A SetupIntent object can be canceled when it is in one of these statuses: requires_payment_method
, requires_confirmation
, or requires_action
.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:40
Method: Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:65
Method: Creates a SetupIntent object.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:84
Method: Retrieves the details of a SetupIntent that has previously been created.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:107
Method: Updates a SetupIntent object.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php:123
Method: Sets up properties for CPT to be used in plugins
Source: includes/class-ld-cpt-instance.php:35