Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.48 KB

File metadata and controls

21 lines (18 loc) · 1.48 KB

# FedexResponse

Properties

Name Type Description Notes
id int Unique identifier of the pickup. [optional]
carrierCode string Pickup carrier code selected by the user. [optional]
timeSlots \ToppySendcloudV3ModelTimeSlot[] Scheduled time slots for the pickup. Note that most carriers only support a single time slot. [optional]
items \Toppy\Sendcloud\V3\Model\BasePickupItem[] Items scheduled to be picked up. [optional]
reference string Reference number for your administration. [optional]
specialInstructions string Special instructions for the pickup driver. [optional]
trackingNumber string [optional]
status string [optional]
createdAt \DateTime ISO 8601 DateTime at which the pickup is created. [optional]
cancelledAt \DateTime ISO 8601 DateTime at which the pickup is cancelled. [optional]
contractId int Id of the contract that is used to create the pickup. [optional]
address \Toppy\Sendcloud\V3\Model\PickupAddressPhoneNumberRequired [optional]
originDetail \Toppy\Sendcloud\V3\Model\FedexOriginDetail [optional]

[Back to Model list] [Back to API list] [Back to README]