Documentation

IndividualPriceType
in package

Class representing IndividualPriceType.

XSD Type: individualPriceType

Table of Contents

$partnerIdentity  : AddressType|null
Identifikace partnera.
$setPrices  : SetPricesType|null
Individuální ceny partnera.
$version  : string|null
getPartnerIdentity()  : AddressType
Gets as partnerIdentity.
getSetPrices()  : SetPricesType
Gets as setPrices.
getVersion()  : string
Gets as version.
setPartnerIdentity()  : self
Sets a new partnerIdentity.
setSetPrices()  : self
Sets a new setPrices.
setVersion()  : self
Sets a new version.

Properties

Methods

setPartnerIdentity()

Sets a new partnerIdentity.

public setPartnerIdentity(AddressType $partnerIdentity) : self

Identifikace partnera.

Parameters
$partnerIdentity : AddressType
Return values
self

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

Search results