Package DE_EPAGES::PayPalPlus::API::Object::PaymentMethodPayPalPlus
Object interface for the PayPalPlus PaymentMethod.
Base |
DE_EPAGES::Order::API::Object::ContainerPaymentMethod |
Functions
areMandatoryFieldsSet
Determines if all necessary address fields are set as mandatory.
Syntax |
$AreMandatoryFieldsSet = $PaymentMethod->areMandatoryFieldsSet(); |
Return |
|
canAddToBasket
Tests if a payment method can be added to the basket with the given currency. Overrides function DE_EPAGES::Order::API::Object::ContainerPaymentMethod::canAddToBasket Valid currencies are: EUR, GBP
Syntax |
if ($PaymentMethod->canAddToBasket($hVars)) {... |
Input |
|
Return |
|
featureName
Returns the feature name 'PayPalPlus'.
Syntax |
$FeatureName = $PaymentMethod->featureName; |
Return |
|
isMerchantAddressSet
Determines if all necessary fields of the shop address contain a valid value.
Syntax |
$IsMerchantAddressSet = $PaymentMethod->isMerchantAddressSet(); |
Return |
|
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); |
Input |
|
Return |
|