<?php
namespace Magento\Sales\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceInterface
*/
interface InvoiceExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}