ePages 6.13.2 - DE_EPAGES/Billsafe/API/Object/PaymentMethodBillsafe.pm

Package DE_EPAGES::Billsafe::API::Object::PaymentMethodBillsafe

object interface for Payment.

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

Functions

featureName
usableAtStorefront

featureName

Returns undef as no feature is connected to this PaymentMethod.

Syntax
$FeatureName = $PaymentMethod->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