Interface WaterUserContract

Export

WaterUserContract

interface WaterUserContract {
    contractEffectiveDate: Date;
    contractExpirationDate: Date;
    contractId: CwmsId;
    contractType: LookupType;
    contractedStorage: number;
    futureUseAllocation: number;
    futureUsePercentActivated: number;
    initialUseAllocation: number;
    officeId: string;
    pumpInLocation?: WaterSupplyPump;
    pumpOutBelowLocation?: WaterSupplyPump;
    pumpOutLocation?: WaterSupplyPump;
    storageUnitsId: string;
    totalAllocPercentActivated: number;
    waterUser: WaterUser;
}

Properties

contractEffectiveDate: Date

Memberof

WaterUserContract

contractExpirationDate: Date

Memberof

WaterUserContract

contractId: CwmsId

Memberof

WaterUserContract

contractType: LookupType

Memberof

WaterUserContract

contractedStorage: number

Memberof

WaterUserContract

futureUseAllocation: number

Memberof

WaterUserContract

futureUsePercentActivated: number

Memberof

WaterUserContract

initialUseAllocation: number

Memberof

WaterUserContract

officeId: string

Owning office of object.

Memberof

WaterUserContract

pumpInLocation?: WaterSupplyPump

Memberof

WaterUserContract

pumpOutBelowLocation?: WaterSupplyPump

Memberof

WaterUserContract

pumpOutLocation?: WaterSupplyPump

Memberof

WaterUserContract

storageUnitsId: string

Memberof

WaterUserContract

totalAllocPercentActivated: number

Memberof

WaterUserContract

waterUser: WaterUser

Memberof

WaterUserContract