BankTransfer
Bank Transfer (BACS) payment method integration
Description Description
Source Source
File: packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- __construct — Constructor
- get_payment_method_data — Returns an array of key=>value pairs of data made available to the payment methods script.
- get_payment_method_script_handles — Returns an array of scripts/handles to be registered for this payment method.
- initialize — Initializes the payment method type.
- is_active — Returns if this payment method should be active. If false, the scripts will not be enqueued.