ParcelServiceDescription

Implements \ParcelServiceDescriptionInterface

Class ParcelServiceDescription

package

Default

Methods

ParcelServiceDescription constructor.

__construct(\ParcelServiceDescriptionId $id, \NonEmptyStringType $url, \StringType $comment) 

Arguments

$id

\ParcelServiceDescriptionId

Parcel service description ID

$url

\NonEmptyStringType

Parcel service url

$comment

\StringType

Parcel serivce comment

Returns the parcel service comment.

comment() : string

Response

string

create

create(\ParcelServiceDescriptionId $id, string $url, string $comment) : \ParcelServiceDescription
static

Arguments

$id

\ParcelServiceDescriptionId

Parcel service description ID

$url

string

Parcel service url

$comment

string

Parcel serivce comment

Response

\ParcelServiceDescription

New instance

Returns the language ID as int.

languageId() : integer

Response

integer

Returns the parcel service ID.

parcelServiceId() : integer|null

Response

integer|null

Returns the parcel service url.

url() : string

Response

string

Properties

parcelServiceId

parcelServiceId : integer|null
var

Type(s)

integer|null

languageId

languageId : integer
var

Type(s)

integer

url

url : string
var

Type(s)

string

comment

comment : string
var

Type(s)

string