ePages 6.11.0 - DE_EPAGES/PaymentTypes/API/Object/PaymentMethodFixPrice.pm

Package DE_EPAGES::PaymentTypes::API::Object::PaymentMethodFixPrice

Object interface for fix price payment.

Base
DE_EPAGES::Order::API::Object::ContainerPaymentMethod

Functions

price

price

Returns the payment price by the given requirements.

Syntax
$PaymentPrice = $Object->price( $hVars );
Input
$hVars (ref.hash)
  • CurrencyID - alpha currency code (ISO 4217) - char(3)
  • TaxModel - gross or net price - int
Return
$PaymentPrice (money)
price of payment