LocationAttributes Property
This specifies what type of services this FedEx location provides.
Object Oriented Interface
public function getLocationAttributes($locationindex);
Procedural Interface
inship_fedexaddress_get($res, 36 , $locationindex);
Default Value
0
Remarks
This specifies what type of services this FedEx location provides. This is populated when FindLocations is called.
The following flags are defined (specified in hexadecimal notation). They can be or-ed together to include multiple attributes:
Value | Meaning |
0x00000001 (AcceptsCash) | Whether this location accepts cash |
0x00000002 (AlreadyOpen) | Whether this location is already open |
0x00000004 (CopyAndPrintServices) | Whether this location offers Copy and Print services |
0x00000008 (DangerousGoodsServices) | Whether this location offers dangerous goods services |
0x00000010 (DirectMailServices) | Whether this location offers Direct Mail services |
0x00000020 (ExpressFreightDropoffs) | Whether this location offers Express freight dropoff services |
0x00000040 (ExpressParcelDropoffs) | Whether this location offers Express parcel dropoff services |
0x00000080 (FedExFreightDropoffs) | Whether this location offers FedEx Freight dropoff services |
0x00000100 (GroundDropoffs) | Whether this location offers Ground dropoff services |
0x00000200 (GroundHomeDeliveryDropoffs) | Whether this location offers Ground Home Delivery dropoff services |
0x00000400 (LocationIsInAirport) | Whether this location is located in an airport |
0x00000800 (NotaryServices) | Whether this location offers Notary services |
0x00001000 (ObservesDayLightSavingTimes) | Whether this location observes day light savings time |
0x00002000 (OpenTwentyFourHours) | Whether this location is open 24 hours |
0x00004000 (PackagingSupplies) | Whether this location offers packaging supplies |
0x00008000 (PackAndShip) | Whether this location offers Pack and Ship services |
0x00010000 (PassportPhotoServices) | Whether this location offers passport photo services |
0x00020000 (ReturnServices) | Whether this location offers return services |
0x00040000 (SaturdayDropoffs) | Whether this location offers Saturday dropoff services |
0x00080000 (SaturdayExpressHoldAtLocation) | Whether this location offers Saturday Express Hold at Location services |
0x00100000 (SignsAndBannersService) | Whether this location offers Signs and Banners services |
0x00200000 (SonyPictureStation) | Whether this location has a Sony picture station |
0x00400000 (VideoConferencing) | Whether this location offers video conferencing services |
0x00800000 (WeekdayExpressHoldAtLocation) | Whether this location offers Weekday Express Hold at Location services |
0x01000000 (WeekdayGroundHoldAtLocation) | Whether this location offers Weekday Ground Hold at Location services |
The size of the array is controlled by the LocationCount property.
This property is read-only and not available at design time.
Data Type
Integer