Package DE_EPAGES::ExternalPayment::API::PaymentTypeMethods
Helper functions to manage PaymentTypeMethod (Visa, Master Card, ...) for those PaymentMethods of class 'Payment Service Providers'
@EXPORT_OK |
Functions
GetPaymentTypeMethodsGroups
Returns the available PaymentType methods groups configured in a PaymentType.
Syntax |
my $PaymentTypeMethodsGroups = GetPaymentTypeMethodsGroups( $PaymentType, $LanguageID ); |
Input |
|
Return |
|
GetSelectedPaymentTypeMethod
Returns the selected PaymentTypeMethod for a specific PaymentMethod
Syntax |
my $SelectdPaymentTypeMethod = GetSelectedPaymentTypeMethod( $PaymentMethod ); |
Input |
|
Return |
|
GetSelectedPaymentTypeMethodID
Returns the ID of the selected PaymentTypeMethod for a specific PaymentMethod
Syntax |
my $PaymentTypeMethodID = GetSelectedPaymentTypeMethodID( $PaymentMethod ); |
Input |
|
Return |
|