Package DE_EPAGES::PaymentTypes::API::Object::PaymentMethodFree
Object interface for free payment.
Base |
DE_EPAGES::Order::API::Object::ContainerPaymentMethod |
Functions
insert
Inserts a new payment method into for a shop. Removes the TaxClass parameter, because this is a free payment method.
Syntax |
$PaymentMethod = DE_EPAGES::PaymentTypes::API::Object::PaymentMethodFree->insert($hInfo); |
Example |
my $Class = LoadClassByAlias('PaymentMethodFree'); my $PaymentMethod = $Class->insertObject($hInfo); |
Input |
|
Return |
|
Hook |
|