/**
  * Initialize Leve Internacional.
  */
 public function __construct()
 {
     $this->id = 'correios_leve_internacional';
     $this->method_title = __('Leve Internacional', 'woocommerce-correios');
     $this->more_link = '';
     /**
      * 209 - Leve Internacional.
      */
     $this->code = '209';
     parent::__construct();
 }
 /**
  * Initialize Mercadoria Expressa.
  */
 public function __construct()
 {
     $this->id = 'correios_mercadoria_expressa';
     $this->method_title = __('Mercadoria Expressa', 'woocommerce-correios');
     $this->more_link = '';
     /**
      * 110 - Mercadoria Expressa.
      */
     $this->code = '110';
     parent::__construct();
 }
 /**
  * Initialize Mercadoria Econômica.
  */
 public function __construct()
 {
     $this->id = 'correios_mercadoria_economica';
     $this->method_title = __('Mercadoria Econômica', 'woocommerce-correios');
     $this->more_link = '';
     /**
      * 128 - Mercadoria Econômica.
      */
     $this->code = '128';
     parent::__construct();
 }