Cartalyst\Stripe\Exception\StripeException::setMissingParameter PHP Method

setMissingParameter() public method

Sets the missing parameter returned by Stripe with the error.
public setMissingParameter ( string $missingParameter )
$missingParameter string
    public function setMissingParameter($missingParameter)
    {
        $this->missingParameter = $missingParameter;
        return $this;
    }