inAppProducts = $inAppProducts; } public function getInAppProducts() { return $this->inAppProducts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }