Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
InvoiceCommentCreationInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api\Data;
8 
10 
18 {
25  public function getExtensionAttributes();
26 
34  public function setExtensionAttributes(
35  \Magento\Sales\Api\Data\InvoiceCommentCreationExtensionInterface $extensionAttributes
36  );
37 }
$extensionAttributes
Definition: payment.php:22
setExtensionAttributes(\Magento\Sales\Api\Data\InvoiceCommentCreationExtensionInterface $extensionAttributes)