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

    Variable getPaymentResponseSchemaConst

    getPaymentResponseSchema: ZodObject<
        {
            date: ZodReadonly<ZodISODateTime>;
            id: ZodReadonly<ZodInt>;
            usd: ZodReadonly<ZodInt>;
        },
        $strip,
    > = ...

    Payment object response.