ePages 6.11.0 - DE_EPAGES/Tax/API/Object/TaxMethod.pm

Package DE_EPAGES::Tax::API::Object::TaxMethod

object interface for TaxMethod.

Base
DE_EPAGES::Object::API::Object::Object

Functions

featureName
usableAtStorefront

featureName

Returns the feature name.

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

usableAtStorefront

Tests if a tax method is visible in the storefront. Should be overwritten by tax method subclasses.

Syntax
$Usable = $TaxMethod->usableAtStorefront($hVars);
Input
$hVars (ref.hash)
input vars currently no attributes used.
Return
$Usable (boolean)
true if tax method is usable in the storefront