ePages 7.25.0 - DE_EPAGES/Order/API/PaymentMethodFilter.pm

Package DE_EPAGES::Order::API::PaymentMethodFilter

filter paymentmethods for checkout types

Functions

canDoCheckoutType
new

canDoCheckoutType

return true if the paymentmethod support the current checkouttype

Syntax
canDoCheckoutType( $PaymentMethod );
Input
$PaymentMethod (object ContainerPaymentMethod)
payment method
Return
$CanDoCheckoutType (boolean)
boolean if the payment method supports the checkout type

new

constructor

Syntax
new( );
Return
$self (DE_EPAGES::Order::API::PaymentMethod)
self