CloseTime Property
Identifies the time up to which the unclosed FedEx Ground shipments are to be closed.
Object Oriented Interface
public function getCloseTime(); public function setCloseTime($value);
Procedural Interface
inship_fedexship_get($res, 5 ); inship_fedexship_set($res, 5, $value );
Default Value
'19:00:00'
Remarks
Identifies the time up to which the unclosed FedEx Ground shipments are to be closed. The CloseDate and CloseTime are both required to be provided in a close operation request (when the CloseGroundShipments method is called).
Format: HH:MM:SS using a 24 hour clock. This property is applicable for FedEx Ground services only.
NOTE: This only takes effect when calling ReprintDocuments.
Data Type
String