Method: Updates a connected Express or Custom account by setting the values of the parameters passed. Any parameters not provided are left unchanged. Most parameters can be changed only for Custom accounts. (These are marked Custom Only below.) Parameters marked Custom and Express are supported by both account types.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:300
Method: Updates an existing Account Capability.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:317
Method: Updates the metadata, account holder name, and account holder type of a bank account belonging to a Custom account, and optionally sets it as the default for its currency. Other bank account details are not editable by design.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:340
Method: Updates an existing person.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:357
Method: ActionMigrator constructor.
Source: packages/action-scheduler/classes/migration/ActionMigrator.php:32
Method: Migrate an action.
Source: packages/action-scheduler/classes/migration/ActionMigrator.php:45
Method: Default code for deleting entries.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:166
Method: Renders the checkbox for each row, this is the first column and it is named ID regardless of how the primary key is named (to keep the code simpler). The bulk actions will do the proper name transformation though using `$this->ID`.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:487
Method: Default column formatting, it will escape everythig for security.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:554
Method: Display the table heading and search query, if any
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:575