Package DE_EPAGES::Saferpay::API::Object::PaymentMethodSaferpayBusiness
object interface for Payment. abstract super class for payment methods in the saferpay business package
Functions
featureName
Returns the feature name 'SaferpayBusiness'.
Syntax |
$FeatureName = $PaymentMethod->featureName; |
Return |
|
usableAtStorefront
Tests if a payment method with the given currency is visible in the storefront. Uses function DE_EPAGES::Payment::API::Object::PaymentMethod::price to evaluate if payment methode has a price (price can be 0).
Syntax |
$Usable = $PaymentMethod->usableAtStorefront($hVars); |
Input |
|
Return |
|