ordersCache)) { $this->ordersCache = Orders::builder(fn() => $this->request('GET', 'v1/orders', [], $parameters)) ->setBillable($this); } return $this->ordersCache; } }