RecipientLastName Property
Person's last name.
Object Oriented Interface
public function getRecipientLastName(); public function setRecipientLastName($value);
Procedural Interface
inship_uspsshipintl_get($res, 69 ); inship_uspsshipintl_set($res, 69, $value );
Default Value
''
Remarks
Person's last name. The value of this property is required. Values for either RecipientFirstName and RecipientLastName or RecipientCompany must be sent. Maximum length: 45 characters for both names or company name.
Data Type
String