public function buildCard($number, $cvv, $month, $year, $owner = null) { $this->card = new Card($number, $cvv, $month, $year, $owner); return $this; }