Address1 Property
Street name.
Object Oriented Interface
public function getAddress1(); public function setAddress1($value);
Procedural Interface
inship_upsaddress_get($res, 1 ); inship_upsaddress_set($res, 1, $value );
Default Value
''
Remarks
Street name. In a ship request, this is required to be provided for both sender and recipient. In all other requests, it is required for a valid physical address. Combination of Address1 and Address2 should not exceed 35 characters.
Data Type
String