LocationConstraintDetail Type
Indicates the constraint details use when finding FedEx locations.
Remarks
This type contains the constraints to be used when FindLocations is called. The fields contained by this type are listed below.
Fields
ExpressDropoffTime String |
This should contain the time you would like to dropoff an express package. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Filters int |
The following flags are defined (specified in hexadecimal notation). They can be or-ed together to include multiple filters:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
LocationAttributes int |
This indicates the services you would like to search for at a particular location. The following flags are defined (specified in hexadecimal notation). They can be or-ed together to include multiple attributes:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
LocationContentOptions int |
This sets what content you would like to have returned with the location data. The following flags are defined (specified in hexadecimal notation). They can be or-ed together to include multiple attributes:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
LocationTypeFlags int |
This indicates the type(s) of FedEx location you would like to search for. The following flags are defined (specified in hexadecimal notation). They can be or-ed together to include multiple location types:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
ResultsRequested int |
The number of results requested. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
ResultsToSkip int |
The number of results to skip. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
SearchRadius String |
This contains the search radius to be used when FindLocations is called. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
SupportedRedirectToHoldService int |
Indicates which redirect to hold services you are searching for. The following flags are defined (specified in hexadecimal notation). They can be or-ed together to include multiple services:
|
Constructors
public LocationConstraintDetail();