ePages 6.11.0 - DE_EPAGES/ShippingTypes/API/Object/ShippingMethodPriceOfBasket.pm

Package DE_EPAGES::ShippingTypes::API::Object::ShippingMethodPriceOfBasket

object interface for ShippingMethodPriceOfBasket.

Base
DE_EPAGES::Order::API::Object::ContainerShippingMethod

Functions

price

price

Returns the shipping price by the given requirements.

Syntax
$ShippingPrice = $Object->price( $hVars );
Input
$hVars (ref.hash)
  • CurrencyID - alpha currency code (ISO 4217) - char(3)
  • TaxModel - gross or net price - int
  • ShippingElements
    • Element - e.g. Products - object
    • Quantity - quantity of element - float
    | ref.array.hash
Return
$ShippingPrice (money)
price of shipping