/** * Get customer id * * @return int|null */ public function getCustomerId() { return $this->address->getCustomerId(); }