web_profiles = $web_profiles; return $this; } /** * List of web profiles belonging to a merchant. * * @return \PayPal\Api\WebProfile */ public function getWebProfiles() { return $this->web_profiles; } }