commerce_amws-8.x-1.x-dev/src/MachineName/Bundle/Order.php
src/MachineName/Bundle/Order.php
<?php
namespace Drupal\commerce_amws\MachineName\Bundle;
/**
* Holds machine names of Order entity bundles.
*
* @link https://github.com/krystalcode/drupal8-coding-standards/blob/master/Fields.md#field-name-constants
*/
class Order {
/**
* Holds the ID for the Amazon MWS order type.
*/
const AMWS = 'commerce_amws';
}
