import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const ServiceLineTransactionScalarWhereInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionScalarWhereInputObjectZodSchema: 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]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | undefined; OR?: Prisma.ServiceLineTransactionScalarWhereInput[] | undefined; NOT?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | 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; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | undefined; OR?: Prisma.ServiceLineTransactionScalarWhereInput[] | undefined; NOT?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | 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; }>; //# sourceMappingURL=ServiceLineTransactionScalarWhereInput.schema.d.ts.map