export class Pickup {
  confirmation_number!: string;
  status!: string;
  status_reason?: string;
}
