import type { ServiceLevel } from './service-level'; export interface PaymentTypeInformation { serviceLevel?: ServiceLevel; }