ParcelServiceWriterInterface

Extends

Interface ParcelServiceWriterInterface

package

Default

Methods

Deletes the parcel service identified by given ID.

delete(\IdType $parcelServiceId) 

Arguments

$parcelServiceId

\IdType

Inserts the given parcel service data.

insert(array $parcelService) : integer

Arguments

$parcelService

array

Response

integer

parcel service ID

Updates the given parcel service data.

update(array $parcelService, \IdType $parcelServiceId) : void

Arguments

$parcelService

array

Parcel service data.

$parcelServiceId

\IdType

Id of updated parcel service.