AccountService::update()

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

Used by 0 functions | Uses 0 functions

AccountService::updateExternalAccount()

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

Used by 0 functions | Uses 0 functions

ActionScheduler_Abstract_ListTable::column_cb()

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

Used by 0 functions | Uses 0 functions