export interface IPricePoint { currencyCode: string; pricePointAmount: number; id: number; price: number; providerIds: number[]; }