10 lines
270 B
PHP
Executable File
10 lines
270 B
PHP
Executable File
<?php
|
|
namespace Magento\Checkout\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\Checkout\Api\Data\TotalsInformationInterface
|
|
*/
|
|
class TotalsInformationExtension extends \Magento\Framework\Api\AbstractSimpleObject implements TotalsInformationExtensionInterface
|
|
{
|
|
}
|