Address2 Property
A specific detail on the address (such as building, suite, apartment, floor number etc.
Object Oriented Interface
public function getAddress2(); public function setAddress2($value);
Procedural Interface
inship_fedexaddress_get($res, 2 ); inship_fedexaddress_set($res, 2, $value );
Default Value
''
Remarks
A specific detail on the address (such as building, suite, apartment, floor number etc.). This is optional. Combination of Address1 and Address2 should not exceed 35 characters.
Data Type
String