magento2-docker/generated/code/Magento/Sales/Api/Data/InvoiceCommentCreationExten...

10 lines
279 B
PHP
Executable File

<?php
namespace Magento\Sales\Api\Data;
/**
* Extension class for @see \Magento\Sales\Api\Data\InvoiceCommentCreationInterface
*/
class InvoiceCommentCreationExtension extends \Magento\Framework\Api\AbstractSimpleObject implements InvoiceCommentCreationExtensionInterface
{
}