<?php
namespace Magento\Sales\Api\Data;

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