Cartalyst\Stripe\Stripe::idempotent PHP Метод

idempotent() публичный Метод

Sets the idempotency key.
public idempotent ( string $idempotencyKey )
$idempotencyKey string
    public function idempotent($idempotencyKey)
    {
        $this->config->setIdempotencyKey($idempotencyKey);
        return $this;
    }