<?php
namespace Leadlion\SmartBill\Api\Data;

/**
 * ExtensionInterface class for @see \Leadlion\SmartBill\Api\Data\InvoiceInterface
 */
interface InvoiceExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
