recipient_name = $recipient_name; } /** * Name of the recipient at this address. * @return string */ public function getRecipientName() { return $this->recipient_name; } }