예제 #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
  * @param PaymentInfoType $PaymentInfo
  * @param string $downloadPageUrl
  * @param string $appletUrl
  * @param float $cancelSumAmount
  * @param string $invoiceUrl
  * @param string $notifyUrlExt
  * @access public
  */
 public function __construct($shoppingCartId, $customerReference, $nextShoppingCartId, $ItemError, $Orderer, $LabelItem, $MTItem, $CouponSetItem, $PickupItem, $PaymentInfo, $downloadPageUrl, $appletUrl, $cancelSumAmount, $invoiceUrl, $notifyUrlExt)
 {
     parent::__construct($shoppingCartId, $customerReference, $nextShoppingCartId, $ItemError, $Orderer, $LabelItem, $MTItem, $CouponSetItem, $PickupItem);
     $this->PaymentInfo = $PaymentInfo;
     $this->downloadPageUrl = $downloadPageUrl;
     $this->appletUrl = $appletUrl;
     $this->cancelSumAmount = $cancelSumAmount;
     $this->invoiceUrl = $invoiceUrl;
     $this->notifyUrlExt = $notifyUrlExt;
 }
예제 #2
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
  * @param PaymentNullpayType $PaymentNullpay
  * @param PaymentGiropayType $PaymentGiropay
  * @param PaymentPartnerpayType $PaymentPartner
  * @param PaymentCreditcardType $PaymentCreditcard
  * @param PaymentPaypalType $PaymentPaypal
  * @param PaymentDHLCheckoutType $PaymentDHLCheckout
  * @param PaymentPostpayType $PaymentPostpay
  * @param boolean $acceptAgb
  * @param string $notifyUrl
  * @param boolean $sendUserEmail
  * @param boolean $sendMaptosRSET
  * @access public
  */
 public function __construct($shoppingCartId, $customerReference, $nextShoppingCartId, $ItemError, $Orderer, $LabelItem, $MTItem, $CouponSetItem, $PickupItem, $PaymentNullpay, $PaymentGiropay, $PaymentPartner, $PaymentCreditcard, $PaymentPaypal, $PaymentDHLCheckout, $PaymentPostpay, $acceptAgb, $notifyUrl, $sendUserEmail, $sendMaptosRSET)
 {
     parent::__construct($shoppingCartId, $customerReference, $nextShoppingCartId, $ItemError, $Orderer, $LabelItem, $MTItem, $CouponSetItem, $PickupItem);
     $this->PaymentNullpay = $PaymentNullpay;
     $this->PaymentGiropay = $PaymentGiropay;
     $this->PaymentPartner = $PaymentPartner;
     $this->PaymentCreditcard = $PaymentCreditcard;
     $this->PaymentPaypal = $PaymentPaypal;
     $this->PaymentDHLCheckout = $PaymentDHLCheckout;
     $this->PaymentPostpay = $PaymentPostpay;
     $this->acceptAgb = $acceptAgb;
     $this->notifyUrl = $notifyUrl;
     $this->sendUserEmail = $sendUserEmail;
     $this->sendMaptosRSET = $sendMaptosRSET;
 }