ParcelServiceReadService
in
Interface ParcelServiceReadService
Table of Contents
- getParcelServiceById() : ParcelService
- Returns a specific parcel service based on the given ID.
- getParcelServices() : ParcelServices
- Returns all available parcel services.
Methods
getParcelServiceById()
Returns a specific parcel service based on the given ID.
public
getParcelServiceById(int $id) : ParcelService
Parameters
- $id : int
Tags
Return values
ParcelService —getParcelServices()
Returns all available parcel services.
public
getParcelServices() : ParcelServices