Interface PostProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameAccountingRequest

interface PostProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameAccountingRequest {
    contractName: string;
    office: string;
    projectId: string;
    waterSupplyAccounting: WaterSupplyAccounting;
    waterUser: string;
}

Properties

contractName: string
office: string
projectId: string
waterSupplyAccounting: WaterSupplyAccounting
waterUser: string