UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

8 lines (7 loc) 208 B
import { TariffDimensionType } from '../enums/tariff-dimension-type.enum'; export declare class PriceComponentDto { type: TariffDimensionType; price: number; vat?: number; stepSize: number; }