Пример #1
0
 /**
  * @param string $shoppingCartId
  * @param anonymous68 $customerReference
  * @param string $nextShoppingCartId
  * @param ItemErrorsType $ItemError
  * @param BaseLabelAddressType $Orderer
  * @param LabelItemType $LabelItem
  * @param MTItemType $MTItem
  * @param CouponSetItemType $CouponSetItem
  * @param PickupItemType $PickupItem
  * @access public
  */
 public function __construct($shoppingCartId, $customerReference, $nextShoppingCartId, $ItemError, $Orderer, $LabelItem, $MTItem, $CouponSetItem, $PickupItem)
 {
     parent::__construct($shoppingCartId, $customerReference, $nextShoppingCartId);
     $this->ItemError = $ItemError;
     $this->Orderer = $Orderer;
     $this->LabelItem = $LabelItem;
     $this->MTItem = $MTItem;
     $this->CouponSetItem = $CouponSetItem;
     $this->PickupItem = $PickupItem;
 }
 /**
  * @param string $shoppingCartId
  * @param anonymous68 $customerReference
  * @param string $nextShoppingCartId
  * @param anonymous93 $customerItemReference
  * @access public
  */
 public function __construct($shoppingCartId, $customerReference, $nextShoppingCartId, $customerItemReference)
 {
     parent::__construct($shoppingCartId, $customerReference, $nextShoppingCartId);
     $this->customerItemReference = $customerItemReference;
 }