PickupRequester Property
Identifies the pickup requester's contact info. Used with the EarliestPickupTime and LatestPickupTime configuration settings.
Syntax
[VB.NET] Public Property PickupRequester As ContactDetail
[C#] public ContactDetail PickupRequester {get; set;}
Remarks
The PickupRequester is required only if a pickup is requested.
This must be set to an instance of the ContactDetail type, which will contain specific contact information about the pickup requester. See the ContactDetail type for more information.