public function __construct($targeting = null, $creativeTargetings = null, $orderId = null, $id = null, $name = null, $externalId = null, $orderName = null, $startDateTime = null, $startDateTimeType = null, $endDateTime = null, $autoExtensionDays = null, $unlimitedEndDateTime = null, $creativeRotationType = null, $deliveryRateType = null, $roadblockingType = null, $frequencyCaps = null, $lineItemType = null, $priority = null, $costPerUnit = null, $valueCostPerUnit = null, $costType = null, $discountType = null, $discount = null, $contractedUnitsBought = null, $creativePlaceholders = null, $activityAssociations = null, $environmentType = null, $companionDeliveryOption = null, $creativePersistenceType = null, $allowOverbook = null, $skipInventoryCheck = null, $skipCrossSellingRuleWarningChecks = null, $reserveAtCreation = null, $stats = null, $deliveryIndicator = null, $deliveryData = null, $budget = null, $status = null, $reservationStatus = null, $isArchived = null, $webPropertyCode = null, $appliedLabels = null, $effectiveAppliedLabels = null, $disableSameAdvertiserCompetitiveExclusion = null, $lastModifiedByApp = null, $notes = null, $lastModifiedDateTime = null, $creationDateTime = null, $isPrioritizedPreferredDealsEnabled = null, $adExchangeAuctionOpeningPriority = null, $customFieldValues = null, $isSetTopBoxEnabled = null, $isMissingCreatives = null, $setTopBoxDisplayInfo = null, $videoMaxDuration = null, $primaryGoal = null, $secondaryGoals = null, $grpSettings = null)
 {
     parent::__construct();
     $this->targeting = $targeting;
     $this->creativeTargetings = $creativeTargetings;
     $this->orderId = $orderId;
     $this->id = $id;
     $this->name = $name;
     $this->externalId = $externalId;
     $this->orderName = $orderName;
     $this->startDateTime = $startDateTime;
     $this->startDateTimeType = $startDateTimeType;
     $this->endDateTime = $endDateTime;
     $this->autoExtensionDays = $autoExtensionDays;
     $this->unlimitedEndDateTime = $unlimitedEndDateTime;
     $this->creativeRotationType = $creativeRotationType;
     $this->deliveryRateType = $deliveryRateType;
     $this->roadblockingType = $roadblockingType;
     $this->frequencyCaps = $frequencyCaps;
     $this->lineItemType = $lineItemType;
     $this->priority = $priority;
     $this->costPerUnit = $costPerUnit;
     $this->valueCostPerUnit = $valueCostPerUnit;
     $this->costType = $costType;
     $this->discountType = $discountType;
     $this->discount = $discount;
     $this->contractedUnitsBought = $contractedUnitsBought;
     $this->creativePlaceholders = $creativePlaceholders;
     $this->activityAssociations = $activityAssociations;
     $this->environmentType = $environmentType;
     $this->companionDeliveryOption = $companionDeliveryOption;
     $this->creativePersistenceType = $creativePersistenceType;
     $this->allowOverbook = $allowOverbook;
     $this->skipInventoryCheck = $skipInventoryCheck;
     $this->skipCrossSellingRuleWarningChecks = $skipCrossSellingRuleWarningChecks;
     $this->reserveAtCreation = $reserveAtCreation;
     $this->stats = $stats;
     $this->deliveryIndicator = $deliveryIndicator;
     $this->deliveryData = $deliveryData;
     $this->budget = $budget;
     $this->status = $status;
     $this->reservationStatus = $reservationStatus;
     $this->isArchived = $isArchived;
     $this->webPropertyCode = $webPropertyCode;
     $this->appliedLabels = $appliedLabels;
     $this->effectiveAppliedLabels = $effectiveAppliedLabels;
     $this->disableSameAdvertiserCompetitiveExclusion = $disableSameAdvertiserCompetitiveExclusion;
     $this->lastModifiedByApp = $lastModifiedByApp;
     $this->notes = $notes;
     $this->lastModifiedDateTime = $lastModifiedDateTime;
     $this->creationDateTime = $creationDateTime;
     $this->isPrioritizedPreferredDealsEnabled = $isPrioritizedPreferredDealsEnabled;
     $this->adExchangeAuctionOpeningPriority = $adExchangeAuctionOpeningPriority;
     $this->customFieldValues = $customFieldValues;
     $this->isSetTopBoxEnabled = $isSetTopBoxEnabled;
     $this->isMissingCreatives = $isMissingCreatives;
     $this->setTopBoxDisplayInfo = $setTopBoxDisplayInfo;
     $this->videoMaxDuration = $videoMaxDuration;
     $this->primaryGoal = $primaryGoal;
     $this->secondaryGoals = $secondaryGoals;
     $this->grpSettings = $grpSettings;
 }
Пример #2
0
 public function __construct($targeting = NULL, $orderId = NULL, $id = NULL, $name = NULL, $orderName = NULL, $startDateTime = NULL, $startDateTimeType = NULL, $endDateTime = NULL, $unlimitedEndDateTime = NULL, $creativeRotationType = NULL, $deliveryRateType = NULL, $roadblockingType = NULL, $frequencyCaps = NULL, $lineItemType = NULL, $unitType = NULL, $duration = NULL, $unitsBought = NULL, $costPerUnit = NULL, $valueCostPerUnit = NULL, $costType = NULL, $discountType = NULL, $discount = NULL, $creativeSizes = NULL, $allowOverbook = NULL, $stats = NULL, $deliveryIndicator = NULL, $deliveryData = NULL, $budget = NULL, $status = NULL, $reservationStatus = NULL, $isArchived = NULL, $LineItemSummaryType = NULL)
 {
     if (get_parent_class('LineItem')) {
         parent::__construct();
     }
     $this->targeting = $targeting;
     $this->orderId = $orderId;
     $this->id = $id;
     $this->name = $name;
     $this->orderName = $orderName;
     $this->startDateTime = $startDateTime;
     $this->startDateTimeType = $startDateTimeType;
     $this->endDateTime = $endDateTime;
     $this->unlimitedEndDateTime = $unlimitedEndDateTime;
     $this->creativeRotationType = $creativeRotationType;
     $this->deliveryRateType = $deliveryRateType;
     $this->roadblockingType = $roadblockingType;
     $this->frequencyCaps = $frequencyCaps;
     $this->lineItemType = $lineItemType;
     $this->unitType = $unitType;
     $this->duration = $duration;
     $this->unitsBought = $unitsBought;
     $this->costPerUnit = $costPerUnit;
     $this->valueCostPerUnit = $valueCostPerUnit;
     $this->costType = $costType;
     $this->discountType = $discountType;
     $this->discount = $discount;
     $this->creativeSizes = $creativeSizes;
     $this->allowOverbook = $allowOverbook;
     $this->stats = $stats;
     $this->deliveryIndicator = $deliveryIndicator;
     $this->deliveryData = $deliveryData;
     $this->budget = $budget;
     $this->status = $status;
     $this->reservationStatus = $reservationStatus;
     $this->isArchived = $isArchived;
     $this->LineItemSummaryType = $LineItemSummaryType;
 }
 public function __construct($targeting = NULL, $orderId = NULL, $id = NULL, $name = NULL, $externalId = NULL, $orderName = NULL, $startDateTime = NULL, $startDateTimeType = NULL, $endDateTime = NULL, $autoExtensionDays = NULL, $unlimitedEndDateTime = NULL, $creativeRotationType = NULL, $deliveryRateType = NULL, $roadblockingType = NULL, $frequencyCaps = NULL, $lineItemType = NULL, $priority = NULL, $unitType = NULL, $duration = NULL, $unitsBought = NULL, $costPerUnit = NULL, $valueCostPerUnit = NULL, $costType = NULL, $discountType = NULL, $discount = NULL, $contractedUnitsBought = NULL, $creativePlaceholders = NULL, $targetPlatform = NULL, $environmentType = NULL, $companionDeliveryOption = NULL, $creativePersistenceType = NULL, $allowOverbook = NULL, $reserveAtCreation = NULL, $stats = NULL, $deliveryIndicator = NULL, $deliveryData = NULL, $budget = NULL, $status = NULL, $reservationStatus = NULL, $isArchived = NULL, $webPropertyCode = NULL, $appliedLabels = NULL, $effectiveAppliedLabels = NULL, $disableSameAdvertiserCompetitiveExclusion = NULL, $lastModifiedByApp = NULL, $notes = NULL, $lastModifiedDateTime = NULL, $customFieldValues = NULL, $LineItemSummaryType = NULL)
 {
     parent::__construct();
     $this->targeting = $targeting;
     $this->orderId = $orderId;
     $this->id = $id;
     $this->name = $name;
     $this->externalId = $externalId;
     $this->orderName = $orderName;
     $this->startDateTime = $startDateTime;
     $this->startDateTimeType = $startDateTimeType;
     $this->endDateTime = $endDateTime;
     $this->autoExtensionDays = $autoExtensionDays;
     $this->unlimitedEndDateTime = $unlimitedEndDateTime;
     $this->creativeRotationType = $creativeRotationType;
     $this->deliveryRateType = $deliveryRateType;
     $this->roadblockingType = $roadblockingType;
     $this->frequencyCaps = $frequencyCaps;
     $this->lineItemType = $lineItemType;
     $this->priority = $priority;
     $this->unitType = $unitType;
     $this->duration = $duration;
     $this->unitsBought = $unitsBought;
     $this->costPerUnit = $costPerUnit;
     $this->valueCostPerUnit = $valueCostPerUnit;
     $this->costType = $costType;
     $this->discountType = $discountType;
     $this->discount = $discount;
     $this->contractedUnitsBought = $contractedUnitsBought;
     $this->creativePlaceholders = $creativePlaceholders;
     $this->targetPlatform = $targetPlatform;
     $this->environmentType = $environmentType;
     $this->companionDeliveryOption = $companionDeliveryOption;
     $this->creativePersistenceType = $creativePersistenceType;
     $this->allowOverbook = $allowOverbook;
     $this->reserveAtCreation = $reserveAtCreation;
     $this->stats = $stats;
     $this->deliveryIndicator = $deliveryIndicator;
     $this->deliveryData = $deliveryData;
     $this->budget = $budget;
     $this->status = $status;
     $this->reservationStatus = $reservationStatus;
     $this->isArchived = $isArchived;
     $this->webPropertyCode = $webPropertyCode;
     $this->appliedLabels = $appliedLabels;
     $this->effectiveAppliedLabels = $effectiveAppliedLabels;
     $this->disableSameAdvertiserCompetitiveExclusion = $disableSameAdvertiserCompetitiveExclusion;
     $this->lastModifiedByApp = $lastModifiedByApp;
     $this->notes = $notes;
     $this->lastModifiedDateTime = $lastModifiedDateTime;
     $this->customFieldValues = $customFieldValues;
     $this->LineItemSummaryType = $LineItemSummaryType;
 }
Пример #4
0
 public function __construct($targeting = NULL, $orderId = NULL, $id = NULL, $name = NULL, $externalId = NULL, $orderName = NULL, $startDateTime = NULL, $startDateTimeType = NULL, $endDateTime = NULL, $unlimitedEndDateTime = NULL, $creativeRotationType = NULL, $deliveryRateType = NULL, $roadblockingType = NULL, $frequencyCaps = NULL, $lineItemType = NULL, $priority = NULL, $unitType = NULL, $duration = NULL, $unitsBought = NULL, $costPerUnit = NULL, $valueCostPerUnit = NULL, $costType = NULL, $discountType = NULL, $discount = NULL, $contractedUnitsBought = NULL, $creativeSizes = NULL, $allowOverbook = NULL, $reserveAtCreation = NULL, $stats = NULL, $deliveryIndicator = NULL, $deliveryData = NULL, $budget = NULL, $status = NULL, $reservationStatus = NULL, $isArchived = NULL, $appliedLabels = NULL, $effectiveAppliedLabels = NULL, $disableSameAdvertiserCompetitiveExclusion = NULL, $lastModifiedByApp = NULL, $notes = NULL, $LineItemSummaryType = NULL)
 {
     if (get_parent_class('LineItem')) {
         parent::__construct();
     }
     $this->targeting = $targeting;
     $this->orderId = $orderId;
     $this->id = $id;
     $this->name = $name;
     $this->externalId = $externalId;
     $this->orderName = $orderName;
     $this->startDateTime = $startDateTime;
     $this->startDateTimeType = $startDateTimeType;
     $this->endDateTime = $endDateTime;
     $this->unlimitedEndDateTime = $unlimitedEndDateTime;
     $this->creativeRotationType = $creativeRotationType;
     $this->deliveryRateType = $deliveryRateType;
     $this->roadblockingType = $roadblockingType;
     $this->frequencyCaps = $frequencyCaps;
     $this->lineItemType = $lineItemType;
     $this->priority = $priority;
     $this->unitType = $unitType;
     $this->duration = $duration;
     $this->unitsBought = $unitsBought;
     $this->costPerUnit = $costPerUnit;
     $this->valueCostPerUnit = $valueCostPerUnit;
     $this->costType = $costType;
     $this->discountType = $discountType;
     $this->discount = $discount;
     $this->contractedUnitsBought = $contractedUnitsBought;
     $this->creativeSizes = $creativeSizes;
     $this->allowOverbook = $allowOverbook;
     $this->reserveAtCreation = $reserveAtCreation;
     $this->stats = $stats;
     $this->deliveryIndicator = $deliveryIndicator;
     $this->deliveryData = $deliveryData;
     $this->budget = $budget;
     $this->status = $status;
     $this->reservationStatus = $reservationStatus;
     $this->isArchived = $isArchived;
     $this->appliedLabels = $appliedLabels;
     $this->effectiveAppliedLabels = $effectiveAppliedLabels;
     $this->disableSameAdvertiserCompetitiveExclusion = $disableSameAdvertiserCompetitiveExclusion;
     $this->lastModifiedByApp = $lastModifiedByApp;
     $this->notes = $notes;
     $this->LineItemSummaryType = $LineItemSummaryType;
 }