ParcelServiceInterface

Extends

Interface ParcelServiceInterface

package

Default

Methods

Returns the ID of the parcel service if set. Otherwise null will be returned.

id() : integer|null

Response

integer|null

Checks if the parcel service is set as default.

isDefault() : boolean

Response

boolean

Returns the name of the parcel service.

name() : string

Response

string

Returns the parcel service descriptions as a ParcelServiceDescriptionCollection.

parcelServiceDescriptions() : \ParcelServiceDescriptionCollection