function(string $profile_id) { return (bool)$this->mollie->methods->allActive([ 'profileId' => $profile_id ]) ->count; }