import { ShipMethodSelection } from './ShipMethodSelection'; export interface OrderShipMethodSelection { ShipMethodSelections?: ShipMethodSelection[]; }