@akamai/openapi-ts
    Preparing search index...

    Variable getServiceTransfersResponseSchemaConst

    getServiceTransfersResponseSchema: ZodObject<
        {
            data: ZodArray<
                ZodObject<
                    {
                        created: ZodISODateTime;
                        entities: ZodObject<{ linodes: ZodArray<ZodInt> }, $strip>;
                        expiry: ZodISODateTime;
                        is_sender: ZodBoolean;
                        status: ZodEnum<
                            {
                                accepted: "accepted";
                                canceled: "canceled";
                                completed: "completed";
                                failed: "failed";
                                pending: "pending";
                                stale: "stale";
                            },
                        >;
                        token: ZodUUID;
                        updated: ZodISODateTime;
                    },
                    $strip,
                >,
            >;
            page: ZodReadonly<ZodInt>;
            pages: ZodReadonly<ZodInt>;
            results: ZodReadonly<ZodInt>;
        },
        $strip,
    > = ...

    Returns a paginated list of Service Transfer objects containing the details of all transfers that have been created and accepted by this account.