Package DE_EPAGES::PaymentTypes::API::Object::PaymentMethodDirectDebit
Object interface for payment via direct debiting.
Base |
DE_EPAGES::Order::API::Object::ContainerPaymentMethod |
Functions
insert
Inserts a new PaymentMethodDirectDebit object.
Syntax |
$PaymentMethod = DE_EPAGES::PaymentTypes::API::Object::PaymentMethodDirectDebit->insert($hInfo); |
Example |
my $Class = LoadClassByAlias('PaymentMethodDirectDebit'); my $PaymentMethod = $Class->insertObject($hInfo); |
Input |
|
Return |
|
usableAtStorefront
Tests if a payment method with the given currency is visible in the storefront.
Syntax |
$Usable = $PaymentMethod->usableAtStorefront($hVars); |
Input |
|
Return |
|