orderType = $orderType; } /** * @return string */ public function getOrderType() { return $this->orderType; } /** * @param string */ public function setPurchaseTimestampSec($purchaseTimestampSec) { $this->purchaseTimestampSec = $purchaseTimestampSec; } /** * @return string */ public function getPurchaseTimestampSec() { return $this->purchaseTimestampSec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsMediaPurchaseInfo::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsMediaPurchaseInfo');