import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseRecruiterPaymentInput { recruiterPaymentId: string; amount: number; checkOutAt: Date; currency: string; orderCode: string; organizationId: string; packageId: number; paidAt: Date; paymentId: string; paymentType: string; recruiter: string; secureCode: string; status: string; tokenNl: string; numberOfMonths: number; discount: number; jobSlot: number; } export declare class CreateRecruiterPaymentInput extends BaseRecruiterPaymentInput { } export declare class UpdateRecruiterPaymentInput extends BaseRecruiterPaymentInput { id: string; } export declare class RecruiterPaymentPaginationInput extends BasePaginationInput { } export declare class RecruiterPaymentConditionInput extends BaseConditionInput { } declare const RecruiterPaymentQueryInput_base: any; export declare class RecruiterPaymentQueryInput extends RecruiterPaymentQueryInput_base { } export {}; //# sourceMappingURL=recruiter-payment.input.d.ts.map