interface ChargingStationAttributes {
    accessType?: ChargersAccessType;
    chargingPorts?: EVChargingPort[];
    costType?: CostType;
    locationInVenue?: string;
    network?: string;
    paymentMethods?: PaymentMethod[];
    source: Source;
}

Properties

accessType?: ChargersAccessType
chargingPorts?: EVChargingPort[]
costType?: CostType
locationInVenue?: string
network?: string
paymentMethods?: PaymentMethod[]
source: Source