ePages 6.11.0 - DE_EPAGES/Payment/API/TLE/PaymentLevelHandler.pm

Package DE_EPAGES::Payment::API::TLE::PaymentLevelHandler

Implements TLE functions for payment levels.

Functions

PaymentLevels

PaymentLevels

Returns the payment levels for a given currency and tax model ordered by LowerBound ascending.

Syntax
#LOOP(#FUNCTION("PaymentLevels", #PaymentMethod, #Currency, #TaxModel, #ExtraPrecision))
Example
#LOOP(#FUNCTION("PaymentLevels", #Object, #INPUT.Currency, #Shop.InputTaxModel, 1))
  #BaseValue[money]
  #Multiplier[reg_float]
  #LowerBound[reg_float]
  #UpperBound[reg_float]
#ENDLOCAL
Input
#PaymentMethod (object)
payment method object
#Currency (string)
currency code, e.g. "EUR"
#TaxModel (int)
tax calculation model (0=net, 1=gross)
#ExtraPrecision (boolean)
extra precision for net prices in back-office