stripeParam = $stripeParam; $this->stripeCode = $stripeCode; } public function getStripeCode() { return $this->stripeCode; } public function getStripeParam() { return $this->stripeParam; } }