Interface DeleteProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNamePumpsWithNameRequest

interface DeleteProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNamePumpsWithNameRequest {
    contractName: string;
    deleteAccounting?: boolean;
    name: string;
    office: string;
    projectId: string;
    pumpType: PumpType;
    waterUser: string;
}

Properties

contractName: string
deleteAccounting?: boolean
name: string
office: string
projectId: string
pumpType: PumpType
waterUser: string