RecipientAddressFlags Property
Various flags that denote information about the address.
Object Oriented Interface
public function getRecipientAddressFlags(); public function setRecipientAddressFlags($value);
Procedural Interface
inship_fedexship_get($res, 114 ); inship_fedexship_set($res, 114, $value );
Default Value
0
Remarks
Various flags that denote information about the address.
Value | Meaning |
0x00000001 | POBox - Set this flag when using a P.O. Box for the address. This flag is only used by USPSShipIntl addresses. |
0x00000002 | Residential - Whether or not the address is a residential address. This flag is only relevant for UPS and FedEx, and if this flag is not set, the address is assumed to be commercial. |
Data Type
Integer