ePages 6.10 - DE_EPAGES/DocdataPay/API/Object/PaymentMethodDocdataPay.pm

Package DE_EPAGES::DocdataPay::API::Object::PaymentMethodDocdataPay

object interface for Payment.

Base
DE_EPAGES::Order::API::Object::ContainerPaymentMethod

Functions

featureName
usableAtStorefront

featureName

Returns the feature name 'WorldPay'.

Syntax
$FeatureName = $PaymentMethodWorldPay->featureName;
Return
$FeatureName (String)
feature name (undef means no feature count)

usableAtStorefront

Tests if a payment method is visible in the storefront. Overrides function DE_EPAGES::Payment::API::Object::PaymentMethod::usableAtStorefront to evaluate if payment method is configured

Syntax
$Usable = $PaymentMethod->usableAtStorefront($hVars);
Return
$Usable (boolean)
true if payment method is usable in the storefront