campaigns = $campaigns; } /** * @return string[] */ public function getCampaigns() { return $this->campaigns; } /** * @param string */ public function setOffering($offering) { $this->offering = $offering; } /** * @return string */ public function getOffering() { return $this->offering; } /** * @param string */ public function setSalesChannel($salesChannel) { $this->salesChannel = $salesChannel; } /** * @return string */ public function getSalesChannel() { return $this->salesChannel; } /** * @param string */ public function setStoreId($storeId) { $this->storeId = $storeId; } /** * @return string */ public function getStoreId() { return $this->storeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload::class, 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload');