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

10 lines
285 B
PHP
Executable File

<?php
namespace Magento\Sales\Api\Data;
/**
* Extension class for @see \Magento\Sales\Api\Data\InvoiceCreationArgumentsInterface
*/
class InvoiceCreationArgumentsExtension extends \Magento\Framework\Api\AbstractSimpleObject implements InvoiceCreationArgumentsExtensionInterface
{
}