|
<?php
|
|
namespace Magento\Sales\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\Sales\Api\Data\InvoiceCommentInterface
|
|
*/
|
|
class InvoiceCommentExtension extends \Magento\Framework\Api\AbstractSimpleObject implements InvoiceCommentExtensionInterface
|
|
{
|
|
}
|