ePages 7.17.0 - DE_EPAGES/MeinPaket/API/DTO/UnitPrice.pm

Package DE_EPAGES::MeinPaket::API::DTO::UnitPrice

DTO Class for data structure unitprice

Base
DE_EPAGES::MeinPaket::API::DTO::DTO

Functions

price
toXML
unit

price

getter/setter for 'price'

Syntax
my $price = $Object->price;
$Object->price('value');
Input
$price (any)
value of price
Return
$price (any)
value of price

toXML

XML serialization of object

Syntax
$Object->toXML();
Return
$xml (string)
serialized version of object as xml string

unit

getter/setter for 'unit'

Syntax
my $unit = $Object->unit;
$Object->unit('value');
Input
$unit (any)
value of unit
Return
$unit (any)
value of unit