data = $data; } public function amount() { return $this->data['amount']; } public function cardLastFour() { return $this->data['card_last_four']; } }