/**
  * PricePNRWithLowerFares13 constructor.
  *
  * @param FarePricePnrWithLowerFaresOptions $options
  * @throws MessageVersionUnsupportedException
  */
 public function __construct($options)
 {
     parent::__construct($options);
 }