Package DE_EPAGES::Payment::API::TLE::PaymentHandler
Implements TLE functions for payments.
Functions
PRICELIMIT
Returns the price limit of a payment method for a given currency and tax model.
Syntax |
#PRICELIMIT(#Type, #PaymentMethod, #Currency) |
Example |
#LOCAL("CurrencyID", #INPUT.Currency) #LOCAL("ListPrice", #PRICELIMIT(#Type, #PaymentMethod)) #IF(#DEFINED(#ListPrice)) #ListPrice[money] #ENDIF #ENDLOCAL #ENDLOCAL |
Input |
|