CountExpress Property
The number of Express Mail packages to be picked up.
Object Oriented Interface
public function getCountExpress(); public function setCountExpress($value);
Procedural Interface
inship_uspsship_get($res, 3 ); inship_uspsship_set($res, 3, $value );
Default Value
0
Remarks
When the SchedulePickup method is called, there must be provided at least one Express Mail Package or one Priority Mail package to make the SchedulePickup call a valid request. If your pickup contains more than one type of package, you may use the CountPriority, CountInternational, and CountOther properties to indicate such.
The maximum count is 999 packages.
Data Type
Integer