__construct() __construct(\apex\transaction\int $id) Constructor Parameters \apex\transaction\int $id
get_is_active() get_is_active(): boolean Get is_active Returnsboolean —Whether or not the payment method is active.
get_total_users() get_total_users(): integer Get total users Returnsinteger —The total number of users assigned this payment method.
get_method() get_method(): string Get method Returnsstring —The method of the payment method, either 'deposit' or 'withdraw'.
get_controller_alias() get_controller_alias(): string Get controller alias Returnsstring —The alias of the controller for this payment method.
get_controller() get_controller(): object Get the controller Returnsobject —The controller object for this payment method / processor.
get_min_max() get_min_max(): array<mixed,float> Get min / max amounts. Returnsarray<mixed,float> —The main and max amounts for this payment method.
get_processing_time() get_processing_time(): string Get processing time. Returnsstring —The processing time of the payment method.
get_instructions() get_instructions(): string Get instructions Returnsstring —The instructions of the payment method.