Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BulkSummaryInterface.php
Go to the documentation of this file.
1 <?php
8 
15 {
16  const USER_TYPE = 'user_type';
17 
24  public function getExtensionAttributes();
25 
33  public function setExtensionAttributes(
34  \Magento\AsynchronousOperations\Api\Data\BulkSummaryExtensionInterface $extensionAttributes
35  );
36 
42  public function getUserType();
43 
50  public function setUserType($userType);
51 }
setExtensionAttributes(\Magento\AsynchronousOperations\Api\Data\BulkSummaryExtensionInterface $extensionAttributes)
$extensionAttributes
Definition: payment.php:22