/home/techb158/immovalet.com/vendor/stripe/stripe-php/lib/Exception
Edit: /home/techb158/immovalet.com/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php (1628B)
setStripeParam($stripeParam);
return $instance;
}
/**
* Gets the parameter related to the error.
*
* @return null|string
*/
public function getStripeParam()
{
return $this->stripeParam;
}
/**
* Sets the parameter related to the error.
*
* @param null|string $stripeParam
*/
public function setStripeParam($stripeParam)
{
$this->stripeParam = $stripeParam;
}
}