Package DE_EPAGES::PayPalExpress::API::Object::PaymentMethodPayPalExpress
object interface for Payment.
Base |
DE_EPAGES::Order::API::Object::ContainerPaymentMethod |
Functions
featureName
Returns the feature name 'PayPalExpress'.
Syntax |
$FeatureName = $PaymentMethodPayPalExpress->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 = $PaymentMethodPayPalExpress->usableAtStorefront($hVars); |
Input |
|
Return |
|