export interface DeliveryMethod { name: string; id: string; value: string; }