import { ShownPrice } from '~/types/enums/shownPrice'; export class CustomerDomainOrderPortalSettings { maxShownPrice: ShownPrice = ShownPrice.Net; canAccessAllItems = false; }