Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
InvoiceOrderInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api;
8 
16 {
28  public function execute(
29  $orderId,
30  $capture = false,
31  array $items = [],
32  $notify = false,
33  $appendComment = false,
34  \Magento\Sales\Api\Data\InvoiceCommentCreationInterface $comment = null,
36  );
37 }
execute( $orderId, $capture=false, array $items=[], $notify=false, $appendComment=false, \Magento\Sales\Api\Data\InvoiceCommentCreationInterface $comment=null, \Magento\Sales\Api\Data\InvoiceCreationArgumentsInterface $arguments=null)
$arguments
$items