import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const ServiceLineTransactionWhereInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; paymentId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; serviceLineId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; transactionId: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; paidAmount: z.ZodOptional, z.ZodTypeDef, Prisma.DecimalFilter>>, z.ZodEffects, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>]>>; adjustedAmount: z.ZodOptional, z.ZodTypeDef, Prisma.DecimalFilter>>, z.ZodEffects, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>]>>; method: z.ZodOptional, z.ZodTypeDef, Prisma.EnumPaymentMethodFilter>>, z.ZodEnum<["EFT", "CHECK", "CASH", "CARD", "OTHER"]>]>>; receivedDate: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; payerName: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; notes: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; payment: z.ZodOptional>, z.ZodLazy>]>>; serviceLine: z.ZodOptional>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.ServiceLineTransactionWhereInput | Prisma.ServiceLineTransactionWhereInput[] | undefined; OR?: Prisma.ServiceLineTransactionWhereInput[] | undefined; NOT?: Prisma.ServiceLineTransactionWhereInput | Prisma.ServiceLineTransactionWhereInput[] | undefined; notes?: string | Prisma.StringNullableFilter | null | undefined; paymentId?: number | Prisma.IntFilter | undefined; transactionId?: string | Prisma.StringNullableFilter | null | undefined; paidAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter | undefined; adjustedAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter | undefined; method?: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD" | Prisma.EnumPaymentMethodFilter | undefined; receivedDate?: Date | Prisma.DateTimeFilter | undefined; payerName?: string | Prisma.StringNullableFilter | null | undefined; serviceLineId?: number | Prisma.IntFilter | undefined; payment?: Prisma.PaymentScalarRelationFilter | Prisma.PaymentWhereInput | undefined; serviceLine?: Prisma.ServiceLineScalarRelationFilter | Prisma.ServiceLineWhereInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.ServiceLineTransactionWhereInput | Prisma.ServiceLineTransactionWhereInput[] | undefined; OR?: Prisma.ServiceLineTransactionWhereInput[] | undefined; NOT?: Prisma.ServiceLineTransactionWhereInput | Prisma.ServiceLineTransactionWhereInput[] | undefined; notes?: string | Prisma.StringNullableFilter | null | undefined; paymentId?: number | Prisma.IntFilter | undefined; transactionId?: string | Prisma.StringNullableFilter | null | undefined; paidAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter | undefined; adjustedAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter | undefined; method?: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD" | Prisma.EnumPaymentMethodFilter | undefined; receivedDate?: Date | Prisma.DateTimeFilter | undefined; payerName?: string | Prisma.StringNullableFilter | null | undefined; serviceLineId?: number | Prisma.IntFilter | undefined; payment?: Prisma.PaymentScalarRelationFilter | Prisma.PaymentWhereInput | undefined; serviceLine?: Prisma.ServiceLineScalarRelationFilter | Prisma.ServiceLineWhereInput | undefined; }>; //# sourceMappingURL=ServiceLineTransactionWhereInput.schema.d.ts.map