Package DE_EPAGES::Paybox::API::PaymentMethodGenerator
Class to generate new payment methods
Functions
_checkNewPayboxMethods
Checks if new Paybox payment methods can be created.
Syntax |
$Generator->_checkNewPayboxMethods($PaymentMethod, $aSelectedPaymentTypes); |
Input |
|
generatePaymentMethods
Creates new Paybox payment methods for selected payment types.
Syntax |
$Generator->generatePaymentMethods($PaymentMethod, $aSelectedPaymentTypes); |
Input |
|
getGeneratedPaymentMethods
Returns the generated payment methods
Syntax |
getGeneratedPaymentMethods( ); |
Return |
|
new
Creates new instance of class DE_EPAGES::Paybox::API::PaymentMethodGenerator.
Syntax |
DE_EPAGES::Paybox::API::PaymentMethodGenerator->new(); |
Return |
|