Unitofmeasure.php 289 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Fedex\Model\Source;
  7. class Unitofmeasure extends Generic
  8. {
  9. /**
  10. * Carrier code
  11. *
  12. * @var string
  13. */
  14. protected $_code = 'unit_of_measure';
  15. }