cancelImmediately = $cancelImmediately; } /** * @return bool */ public function getCancelImmediately() { return $this->cancelImmediately; } /** * @param string */ public function setCancellationReason($cancellationReason) { $this->cancellationReason = $cancellationReason; } /** * @return string */ public function getCancellationReason() { return $this->cancellationReason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest::class, 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest');