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

    Variable postPayPalPaymentResponseSchemaConst

    postPayPalPaymentResponseSchema: ZodUnion<
        readonly [
            ZodObject<
                { checkout_token: ZodReadonly<ZodString>; payment_id: ZodString },
                $strip,
            >,
            ZodObject<
                {
                    warnings: ZodArray<
                        ZodObject<{ details: ZodString; title: ZodString }, $strip>,
                    >;
                },
                $strip,
            >,
        ],
    > = ...