function generateCode(userType) { const randomNumber = Math.floor(1000 + Math.random() * 9000); switch(userType) { case 'New Member': return NM${randomNumber}; case 'Accommodations Providers Staff': return AP${randomNumber}; case 'Taxi & Car-Share Service Providers': return TC${randomNumber}; case 'Travel Agents': return TA${randomNumber}; case 'Holland & Barnes.com Team Members': return HB${randomNumber}; default: return XX${randomNumber};     } }
top of page

Corporate Plans

  • Silver

    1,650$
    Every month
     
    • Up to 12 single destination airport and local trips monthly
    • Airport Liaison Services
    • 10% discount off VIP Membership Card rental
  • Best Value

    Gold

    3,400$
    Every month
     
    • Up to 25 single destination airport and local trips monthly
    • Airport Liaison Services
    • 15% discount off VIP Membership Card rental
  • Platinum

    5,300$
    Every month
     
    • Up to 40 single destination airport and local trips monthly
    • Airport Liaison Services
    • 20% discount off VIP Membership Card rental
bottom of page