setStripeParam($stripeParam); return $instance; } /** * Gets the parameter related to the error. * * @return string|null */ public function getStripeParam() { return $this->stripeParam; } /** * Sets the parameter related to the error. * * @param string|null $stripeParam */ public function setStripeParam($stripeParam) { $this->stripeParam = $stripeParam; } }