ePages 7.21.0 - DE_EPAGES/Payment/API/Object/PaymentGroup.pm

Package DE_EPAGES::Payment::API::Object::PaymentGroup

object interface for PaymentGroup.

Functions

getPaymentTypes
isUsable

getPaymentTypes

returns all paymentTypes of this paymentgroup which are usable for this shop.

Syntax
getPaymentTypes( $Shop );
Input
$Shop (object)
Shop object
Return
$ReturnVariable (refarray)
array of paymenttypes

isUsable

If at least one payment type is usable, it will return 1

Syntax
isUsable( $Shop );
Input
$Shop (object)
shop object
Return
(boolean)
true if one payment type of this group isUsable