ePages 6.11.0 - DE_EPAGES/Tax/API/WebService/TaxAreaService.pm

Package DE_EPAGES::Tax::API::WebService::TaxAreaService

Implements the TaxArea WebService.

Base
DE_EPAGES::Shop::API::WebService::BaseShopService

Functions

getList
new

getList

WebService-Method: getList Returns the list of TaxAreaes for this Shop as a path (/Shops/<shopname>/<TaxMatrixAlias>/<TaxAreaAlias>)

Syntax
$ahTaxAreas = $self->getList()
Return
$ahTaxAreas (SOAP::Data)
a SOAP::Data structure with the list of all object paths
of the tax areas. Each list element is a hash structure:
  • Path - object path - string

new

Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.

Syntax
$Service = DE_EPAGES::Tax::API::WebService::TaxAreaService->new( %Options );
Input
%Options (hash)
user-defined values
Return
$Service (object)
web service object