Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_payment\external\get_available_gateways Class Reference
Inheritance diagram for core_payment\external\get_available_gateways:

Static Public Member Functions

static execute (string $component, string $paymentarea, int $itemid)
 Returns the list of gateways that can process payments in the given currency.
 
static execute_parameters ()
 Returns description of method parameters.
 
static execute_returns ()
 Returns description of method result value.
 

Member Function Documentation

◆ execute()

static core_payment\external\get_available_gateways::execute ( string $component,
string $paymentarea,
int $itemid )
static

Returns the list of gateways that can process payments in the given currency.

Parameters
string$component
string$paymentarea
int$itemid
Return values
stdClass[]

◆ execute_parameters()

static core_payment\external\get_available_gateways::execute_parameters ( )
static

Returns description of method parameters.

Return values
external_function_parameters

◆ execute_returns()

static core_payment\external\get_available_gateways::execute_returns ( )
static

Returns description of method result value.

Return values
external_multiple_structure

The documentation for this class was generated from the following file: